I've been working on a project to not have to have my main computer on all of the time. In order to make my TiVos happy, I've created a version of tivoserver 0.4.4 without AVI support so that it...
Type: Posts; User: n4zmz
I've been working on a project to not have to have my main computer on all of the time. In order to make my TiVos happy, I've created a version of tivoserver 0.4.4 without AVI support so that it...
There is software to generate showcases. It is currently very heavily tied into the ddparser application. It does not work with a normal subscribed tivo.
The format of a showcase is not...
Don't forget the wiki....
http://www.seedwiki.com/wiki/tivoserver/tivoserver.cfm
The video on the original drive is normally only readable by the original tivo due to encryption.
If you did the upgrade to a larger drive correctly, all of your video should be on the new drive....
The issue existed before the patch. At line 1210 of Server.cc is the if statement which checks for the channel information. During my research on the data transmitted between real tivos and...
I haven't heard of anyone dbloading snow files. I normally send the snow files to the tivo using an emulator and let the tivoapp load them. Setup of an emulator is not worth the $7/month.
You...
I noticed that you are not running the latest CVS, I fixed some of the debugging information along with a lot of the show information.
I use gdb to find the segfaults, but since I don't have a...
I was noticing that for some reason tivoserver is adjusting the stream length by a number instead of taking what is in the file. This still appears to be the case in 0.4.3.
From what I can see,...
I noticed that the behavior was that if there was only 1 video in the directory that the directory was not turned into a folder. I get this behavior with series but not wishlists on my DTiVo. If...
Well, I decided to add a printf in the av_close_input_files routine to see why this is occurring. It appears that it is calling av_close_input_files twice.
--> Loading Header 2 from...
A diff is a difference file. The file in question here was generated by using the command
cvs diff
To apply the diff (it is really a patch file), you need to have checked out the latest version...
Where should I start looking to fix the directory information that the tivoserver process is sending to the tivo?
If I directly transfer the movie video from the DTiVo, I get all of the...
Well, the tivotool tmf file transfer failed using the updated TY.cc.
Here is the error.
Record 2044/2047, Part 4/16, 24%, 473K/s Avg=469K/s ETA 103:35
Program received signal SIGSEGV,...
Changed it to strcasecmp and it is happy... Testing it now with a tivotool tmf to see if it makes it through.
If it works, I'll try it on a MFS_FTP file.
Hopefully later today I'll get a...
Here is the output from the transfer segment faulting.
Record 1020/1023, Part 6/10, 73%, 474K/s Avg=474K/s ETA 12:28
Program received signal SIGSEGV, Segmentation fault.
[Switching to...
The update for TY.cc does not compile under Linux.
g++ -DPACKAGE_NAME=\"Tivoserver\" -DPACKAGE_TARNAME=\"tivoserver\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"Tivoserver\ 0.4\"...
With the holidays upon us, I had decided to play with my tivos for a while.
During this playing, I compiled and installed tivoserver 0.4 on my Linux box.
Well, I've found one of my MFS_FTP ty+...
The values are also listed in Enums.hh. The entries also appear in the cache files. Time to look into things further....
Looks like I might have to get into my switch to mirror some of the ports...
The shows in question are movies and I do see the
<Advisory>10</Advisory>
<Advisory>1</Advisory>
As to how I got the video, I was using mfs_ftp 1.2.9p and selected ty+ as the download...
I just started playing with tivoserver and came up with something which seems to be missing. When I use MRV between my 2 standalones, I get the rating of the show to show up. But, when I use...
There is now a working procedure to get a series 1 tivo to talk to the mothership and get Canadian guide information.
It can be found at: http://tivoza.nanfo.com/wiki/index.php/Series_1_LocationID
The station record contains the name. It can be updated, but the next time TiVo sends down a new headend slice, with the station updated, it will overwrite your change.
Most of the information to...
I'll replace the attachment if I ever get a better version.
TiVo uses binary files called slices. They are called slices due to their suffix (.slice). Over the years, they have changed/upgraded their binary file processing to support multiple types like the...
Level 1 is Clear and Delete Everything.
Level 2 is Program Information and Thumbs.
Level 3 is Thumbs only.
Program information includes Actors, Directors, etc along with the series records and...