|
| Author |
Message |
ebf
Joined: 22 Mar 2008 Posts: 133
|
Posted: Tue Jan 27, 2009 1:09 am Post subject: |
|
|
Nope again. Still getting same error. I have deleted all .pyc files from root and subfolders.
| Code: | Checking to see if pyTivo is already running . . .
Starting pyTivo Server. Use ctrl+Break to exit.
Traceback (most recent call last):
File "C:\Program Files\TiVo\pyTiVo\pyTivo.py", line 18, in <module>
httpd.add_container(section, settings)
File "C:\Program Files\TiVo\pyTiVo\httpserver.py", line 31, in add_container
settings['content_type'] = GetPlugin(settings['type']).CONTENT_TYPE
File "C:\Program Files\TiVo\pyTiVo\plugin.py", line 21, in GetPlugin
module = __import__(module_name, globals(), locals(), name)
File "C:\Program Files\TiVo\pyTiVo\plugins\video\video.py", line 32, in <module>
if config.getHack83():
AttributeError: 'module' object has no attribute 'getHack83'
pyTivo Server is Stopped.
Press any key to continue . . . |
I don't mind waiting until a new installer is ready. But if this back and forth helps you or anyone else, I can keep poking at it.
edit:
Well, I started from scratch, uninstalling the installer and redownloading the 2009-01-25 wgw snapshot. And it works!! It looks like it was partially my fault. I think your instructions to overwrite and delete all .pyc files (including those in the Cheetah folder) works.
Thanks. |
|
| Back to top |
|
 |
Chew
Joined: 11 Feb 2008 Posts: 15
|
Posted: Wed Feb 18, 2009 12:00 pm Post subject: |
|
|
| Any chance of an updated version? |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Sun Mar 22, 2009 3:38 am Post subject: |
|
|
| I finally got a new release of the Windows installer out. Just wmcbrine flavor for now so you can try out pushing mp4's without transcoding. More improvements to come. |
|
| Back to top |
|
 |
Anomaly

Joined: 29 Jan 2009 Posts: 14 Location: U.S.A
|
Posted: Mon Mar 23, 2009 8:30 pm Post subject: |
|
|
| Your work is appreciated - thank-you. |
|
| Back to top |
|
 |
spocko
Joined: 24 Mar 2009 Posts: 24
|
|
| Back to top |
|
 |
Gibbyscott
Joined: 25 Mar 2009 Posts: 1
|
Posted: Wed Mar 25, 2009 10:06 pm Post subject: |
|
|
I just installed the new pyTivo-wmcbrine-2009.03.19-RC1.exe after using pyTivo-wmcbrine-2008.08.20-RC1.exe for quite a while. .TS files no longer will transfer to the tivo, where they used to before.
Here is the output from the log...
2009-03-25 18:03:55,917 DEBUG pyTivo.video.transcode: D:\Temp\Video\U2\U2 - Magn
ificent - 2009-03-03.ts is tivo compatible
2009-03-25 18:03:56,994 INFO pyTivo.video.transcode: [Errno 10054] An existing
connection was forcibly closed by the remote host
2009-03-25 18:03:58,431 INFO pyTivo: 192.168.0.15 [25/Mar/2009 18:03:58] "GET /
TiVoConnect?Command=QueryFormats&SourceFormat=video%2Fx-tivo-mpeg HTTP/1.1" 200
-
2009-03-25 18:03:58,509 DEBUG root: CACHE HIT! D:\Temp\Video\U2\U2 - Magnificent
- 2009-03-03.ts |
|
| Back to top |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 2009 Location: Maryland
|
Posted: Wed Mar 25, 2009 11:31 pm Post subject: |
|
|
Odd. It looks like ffmpeg is seeing it as a program stream (despite the name), but the TiVo doesn't like it. Can you perhaps point me to a copy of that file?
Meanwhile, try creating a .txt metadata file with this line:
Override_container: asf _________________ My pyTivo fork . My page |
|
| Back to top |
|
 |
ddkore
Joined: 30 Mar 2009 Posts: 5
|
Posted: Mon Mar 30, 2009 1:31 am Post subject: override_par stopped working with this build |
|
|
| Override_par doesn't seem to work on this build. All by MP4 DVD rips play at a 3:2 aspect ratio. They transfered properly with the last build. Any ideas? |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Mon Mar 30, 2009 4:20 am Post subject: Re: override_par stopped working with this build |
|
|
| ddkore wrote: | Override_par doesn't seem to work on this build. All by MP4 DVD rips play at a 3:2 aspect ratio. They transfered properly with the last build. Any ideas? |
Are you pulling the mp4's or pushing them? If you push them, then the Tivo reads the DAR/PAR directly from the MP4. Override_par is only useful when the file is transcoded.
If you're pulling, then maybe wmcbrine knows. I package up his fork, but I can't test everything. |
|
| Back to top |
|
 |
ddkore
Joined: 30 Mar 2009 Posts: 5
|
Posted: Mon Mar 30, 2009 12:01 pm Post subject: |
|
|
It's ignoring override_par for pulls.
For the pushes, I don't remember if the aspect ratio was right or not. There were bigger problems with them _________________ HD Tivo
pyTivo-wmcbrine-2009.03.19-RC1
Python 2.61
Windows 7 Beta 1 x64 |
|
| Back to top |
|
 |
ddkore
Joined: 30 Mar 2009 Posts: 5
|
Posted: Mon Mar 30, 2009 12:17 pm Post subject: |
|
|
I think it's case sensitive. Override_par. if you never hear from me again, then it's fixed. Thanks for looking. _________________ HD Tivo
pyTivo-wmcbrine-2009.03.19-RC1
Python 2.61
Windows 7 Beta 1 x64 |
|
| Back to top |
|
 |
burnside
Joined: 19 Jan 2009 Posts: 34
|
Posted: Mon Mar 30, 2009 6:43 pm Post subject: |
|
|
| Any idea if the aspect ratio for mp4s will be worked on? I'd like to see if I can replace my mpgs with mp4s when pulling. |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Mon Mar 30, 2009 10:32 pm Post subject: |
|
|
Burnside, what problem are you having?
It seems for ddkore problem he didn't include the right spelling of Override_par. |
|
| Back to top |
|
 |
burnside
Joined: 19 Jan 2009 Posts: 34
|
|
| Back to top |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 2009 Location: Maryland
|
Posted: Tue Mar 31, 2009 4:44 am Post subject: |
|
|
| Gibbyscott wrote: | .TS files no longer will transfer to the tivo, where they used to before. ... U2 - Magnificent - 2009-03-03.ts |
So, I got this file from Gibbyscott. It is a real MPEG transport stream, and it works with no problem for me. His problem appears to be the error I made in 52bd2e20ead1626e546dc07240d311bde03c128e (Thu, 19 Mar 2009 23:06:51), that was corrected by 63f7a507ccf67b168a6f2a5e70384a928425e64c (Sun, 22 Mar 2009 10:08:46) et seq. Unfortunately, the 2009-03-19 installer is taken from that window. There are a number of other bugs from around then, too, that have been fixed in my repo.
I think you'll like it when you get the corrected version installed. The transfer rate for that file was limited by the TiVo to slightly below real time, but it only took 4% of my CPU, with no quality lost. _________________ My pyTivo fork . My page |
|
| Back to top |
|
 |
|