pyTivo Discussion Forum Forum Index pyTivo Discussion Forum
Answers and the development of pyTivo a TiVo transcoding server
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error on Windows Media playlist

 
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> Support
 View previous topic :: View next topic  
Author Message
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Fri Jun 15, 2012 3:42 pm    Post subject: Error on Windows Media playlist Reply with quote

I get a generic error message on the TiVo when I try to play from a
Windows Media playlist which resides in a music share on my computer.
For this debug session, I ran pyTiVo as a service logged onto an
administrative usercode from which I can successfully play the playlist on
my computer desktop. Attached is the pyTiVo debug.log as well as a
slightly redacted (tivo username, password, & mak removed) copy of the
pytivo.conf file used for the debug session. It looks as if pyTiVo is
garbling the music track’s file id by doubling all the backward slashes.

Any help will be greatly appreciated,
Gary



Configuration Info:

Computer O/S: Windows XP (fully updated)
TiVo: Series 4, software version 20.2.1.1-01-2-746
pyTiVo version: wmcbrine-pytivo-9256868.zip (03/04/2012)
pyTiVo download: http://github.com/wmcbrine on 03/05/2012



pytivo.conf.txt
 Description:

Download
 Filename:  pytivo.conf.txt
 Filesize:  1006 Bytes
 Downloaded:  24 Time(s)


debug.log.txt
 Description:

Download
 Filename:  debug.log.txt
 Filesize:  6.65 KB
 Downloaded:  28 Time(s)

Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 2009
Location: Maryland

PostPosted: Fri Jun 15, 2012 4:58 pm    Post subject: Re: Error on Windows Media playlist Reply with quote

HoustonG wrote:
It looks as if pyTiVo is garbling the music track’s file id by doubling all the backward slashes.

No, that's just how Python displays the string. It's not relevant.

What does seem to be happening is that this "tid=" stuff is being treated as part of the filename. This wasn't part of the example .wpl files I developed off of; I assume it's a new thing.

Post your playlist file and I'll see what has to be done.

_________________
My pyTivo fork . My page
Back to top
View user's profile Send private message Visit poster's website
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Fri Jun 15, 2012 6:03 pm    Post subject: Reply with quote

Attached is the requested playlist with a dummy .txt extension added.
It was created in Windows Media Player 9.00.00.4510. Would it work if
I upgraded to a more recent version, such as Windows Media Player 10?
I don't really want to use the even newer Windows Media Players, because
the meaning of some tag fields have switched and I fear they would be
incompatible with the way I edited my large music library.

Thanks much for your help, as well as this great piece of software.
Gary



Classical-Mozart.wpl.txt
 Description:

Download
 Filename:  Classical-Mozart.wpl.txt
 Filesize:  38.78 KB
 Downloaded:  15 Time(s)

Back to top
View user's profile Send private message
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Fri Jun 15, 2012 8:57 pm    Post subject: Reply with quote

I copied my music files to a computer running Windows 7 using an
identical directory structure, built a new library using Windows
Media Player 12, and created the same Mozart playlist. I successfully
played the playlist on my Windows XP desktop. On the TiVo, however, I
received the same error when trying to play the first track; playing
other tracks was successful. No surprise when you see the playlist
includes the tid stuff on only the first track. Attached is the
Windows 7 Mozart playlist as well as another Windows 7 playlist which
shows that cid stuff can also appear in the first entry.

Thanks,
Gary



W7-Other.wpl.txt
 Description:

Download
 Filename:  W7-Other.wpl.txt
 Filesize:  1.03 KB
 Downloaded:  12 Time(s)


W7-Mozart.wpl.txt
 Description:

Download
 Filename:  W7-Mozart.wpl.txt
 Filesize:  24.99 KB
 Downloaded:  16 Time(s)

Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 2009
Location: Maryland

PostPosted: Sat Jun 16, 2012 2:53 am    Post subject: Reply with quote

OK, I have a fix for this is my repo now.

Meanwhile, I found another issue with your sample data... I'll have to think about it...

_________________
My pyTivo fork . My page
Back to top
View user's profile Send private message Visit poster's website
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Sat Jun 16, 2012 8:07 am    Post subject: Reply with quote

After your last post I went back to look at the sample data again. I'm guessing you were referring to the use of relative rather than absolute paths in the Windows 7 playlists. I missed that before. It was just serendipitous that I happened to load the Mozart playlist in a folder that worked (a subfolder of D:\Media\Music). Move it to any other location and the music files can't be found by pyTiVo or Windows Media Player 9 from the Windows XP desktop.

I noticed the Mozart playlist back on the Windows 7 computer is different from the one I copied to Windows XP and played. Strange as it sounds, my guess is that Windows Media Player 9 modified it when I first played it. I will try to verify this. In the meantime, I've attached what I call an unmodified version of the Windows 7 Mozart playlist.



W7-Mozart.wpl.UNMODIFIED.txt
 Description:

Download
 Filename:  W7-Mozart.wpl.UNMODIFIED.txt
 Filesize:  25.17 KB
 Downloaded:  14 Time(s)

Back to top
View user's profile Send private message
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Sat Jun 16, 2012 9:12 am    Post subject: Reply with quote

I had it backwards in my last post. The very first Windows 7 Mozart playlist I posted was the original unmodified version. The second one I posted (as UNMODIFIED) was, in fact, a version which was modified by Media Player 12 on the Windows 7 computer. The timestamp on the playlist file makes that definitive. Once I noticed the whole relative path thing, I played the first track on the Windows 7 computer as a test. It had been moved from it's original location to D:\Temp (in preparation for its transfer to the Windows XP computer). To my surprise it played the track fine. It must have changed the first entry's relative path in the playlist to do so. I've since tried to play the other tracks on the Windows 7 computer, but it does not find them. I have yet to reproduce the behavior and catch Windows 7 Media Player 12 in the act of a playlist modification. I will build a new playlist and try to retrace my steps.
Back to top
View user's profile Send private message
wmcbrine



Joined: 04 Jan 2008
Posts: 2009
Location: Maryland

PostPosted: Sat Jun 16, 2012 4:42 pm    Post subject: Reply with quote

HoustonG wrote:
I'm guessing you were referring to the use of relative rather than absolute paths in the Windows 7 playlists.

No. Please, don't guess, you're 0 for 2 so far. Smile

The issue is XML escaping... it's an issue for pyTivo, not something you need to do anything about.

_________________
My pyTivo fork . My page
Back to top
View user's profile Send private message Visit poster's website
HoustonG



Joined: 14 Jun 2012
Posts: 31

PostPosted: Sat Jun 16, 2012 5:03 pm    Post subject: Reply with quote

Well, in that case THANKS much for the fix, and I'm done with this thread. I don't really care what Windows 7 and Media Player 12 do, I just thought I was being helpful.

Relative rather than absolute paths in playlists! Yet another reason for me to stay with Windows XP.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site is in NO WAY affiliated with TiVo Inc

Powered by phpBB © 2001, 2005 phpBB Group
phpBB SEO

Get pytivo at SourceForge.net. Fast, secure and Free Open Source software downloads
[ Time: 0.1816s ][ Queries: 14 (0.0124s) ][ GZIP on - Debug on ]