NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 80 81 82 83 84 … 93 Next »
itunes xml files

 
  • 0 Vote(s) - 0 Average
itunes xml files
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#11
2005-01-03, 03:42 AM
yeah its a stream writer, but thats cant be the problem, since if i removed the
stream.WriteLine("name: "+name +"; " + tracknumber);
code, only about 12 lines should be written, but once that is removed, no lines are written. and the with the code its only around 48k so its not exactly a huge file.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#12
2005-01-03, 04:13 AM
ok i threw in a few extra flushes and found the bug
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><dict>
<key>Name</key><string>Recently Played</string>
<key>Playlist ID</key><integer>4113</integer>
<key>Playlist Persistent ID</key><string>B9B76FD9C797EE78</string>
<key>All Items</key><true/>
<key>Smart Info</key>
<data>
AQEAAwAAAAIAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAA==
</data>
<key>Smart Criteria</key>
<data>
U0xzdAABAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcAAAIAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABELa4tri2uLa7//////////gAAAAAACTqA
La4tri2uLa4AAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAA=
</data>
</dict>[/QUOTE]
there was no tracks in this, cause it to crash. didnt catch it before, since my god itunes files are huge, cant look at it all.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#13
2005-01-03, 04:37 AM
Yeah, Reven, and from the looks of it, the Itunes XML file is as poorly structured as Beyond TV's Web Services XML files. At least Apple tried to make it sorta structured, and not toss everything into a PropertyBag element followed by a Value element.

Sorry I didn't respond sooner, but been working on my own project most of the afternoon. Anyway, now that you did it the manual method, here is another suggested way.

This site:

http://chimpen.com/things/archives/001191.php

Has an XSLT that will transform an Itunes.xml file into an M3U playlist. Since you already read M3U playlists, you could probably very easily and with little code, transform the Itunes.xml file as input, and pass the M3U output to your current parsing routines.

Taking a look at the XSLT will also give you a good idea of the Power of the Xpath language that you use for SelectSingleNode and SelectNodes methods.

BTW, with what you have been working on, you are already miles ahead of a lot of people out there with interfacing with XML, too many people rely on stuff like JaxB or some other Binding method to manipulate XML in my opinion. I personally like the XML Dom, SAX2, XPath, and specifically XSLT.



« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Loading Local Video Files Syler 25 6,933 2021-03-07, 09:20 PM
Last Post: Syler
  sabnzbd plugin to show processed files Wakalaka 1 2,013 2013-03-12, 06:48 AM
Last Post: psycik
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,936 2012-02-05, 10:29 AM
Last Post: bgowland
  Extracting data from XML files ACTCMS 4 2,425 2012-01-24, 12:16 AM
Last Post: sub
  NPVR batch files mvallevand 4 3,298 2010-11-27, 07:40 PM
Last Post: mvallevand
  uploading files to wiki pastro 3 1,776 2009-01-26, 02:27 AM
Last Post: Fatman_do
  iTunes Plugin BerkA 2 2,140 2008-05-04, 09:29 PM
Last Post: BerkA
  IRecordingSource - GBPVR locks files? blackpaw 6 2,577 2008-04-01, 04:09 AM
Last Post: blackpaw
  Skin Files - and Popup skin files psycik 1 1,316 2007-12-09, 03:16 PM
Last Post: sub
  audio files sjbirk 3 1,893 2007-10-16, 03:02 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode