FAQ  •  Register  •  Login

The possibility to add a single file URL.

<<

iSparK

Serviio newbie

Posts: 15

Joined: Thu Sep 29, 2011 2:16 pm

Location: United kingdom

Post Fri Sep 30, 2011 9:43 am

The possibility to add a single file URL.

The possibility to add a single file URL (either single URL or a part of a playlist)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 30, 2011 10:01 am

Re: The possibility to add a single file URL.

For example, the iTunes playlist, can it be exported in XML format and parse with groovy/serviio plugins ?

Example:http://gonze.com/playlists/playlist-format-survey.html#iTunes
  Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>Major Version</key><integer>1</integer>
   <key>Minor Version</key><integer>1</integer>
   <key>Application Version</key><string>4.0</string>
   <key>Tracks</key>
   <dict>
      <key>50000</key>
      <dict>
         <key>Track ID</key><integer>5000</integer>
         <key>Name</key><string>wtf</string>
         <key>Artist</key><string>Madonna</string>
         <key>Kind</key><string>MPEG audio stream</string>
         <key>Total Time</key><integer>10031</integer>
         <key>Date Added</key><date>2003-06-22T20:36:34Z</date>
         <key>Bit Rate</key><integer>128</integer>
         <key>Sample Rate</key><integer>44100</integer>
         <key>Play Count</key><integer>5</integer>
         <key>Play Date</key><integer>-1145441292</integer>
         <key>Play Date UTC</key><date>2003-10-21T00:20:04Z</date>
         <key>Location</key><string>http://gonze.com/blog/music/Madonna-WTF.mp3</string>
      </dict>
      <key>50001</key>
      <dict>
         <key>Track ID</key><integer>50001</integer>
         <key>Kind</key><string>MPEG audio stream</string>
         <key>Location</key><string>http://www.epitonic.com/files/reg/songs/mp3/
Bad_Brains-Pay_To_Cum.mp3</string>
      </dict>
   </dict>
   <key>Playlists</key>
   <array>
      <dict>
         <key>Name</key><string>very hacked playlist</string>
         <key>All Items</key><true/>
         <key>Playlist Items</key>
         <array>
            <dict>
               <key>Track ID</key><integer>50000</integer>
            </dict>
            <dict>
               <key>Track ID</key><integer>50001</integer>
            </dict>
         </array>
      </dict>
   </array>
</dict>
</plist>


Or a simply M3u playlist:
  Code:
#EXTM3U
#EXTINF:111,3rd Bass - Al z A-B-Cee z
mp3/3rd Bass/3rd bass - Al z A-B-Cee z.mp3
#EXTINF:462,Apoptygma Berzerk - Kathy«s song (VNV Nation rmx)
mp3/Apoptygma Berzerk/Apoptygma Berzerk - Kathy's Song (Victoria Mix by VNV Nation).mp3
#EXTINF:394,Apoptygma Berzerk - Kathy's Song
mp3/Apoptygma Berzerk/Apoptygma Berzerk - Kathy's Song.mp3
#EXTINF:307,Apoptygma Bezerk - Starsign
mp3/Apoptygma Berzerk/Apoptygma Berzerk - Starsign.mp3
#EXTINF:282,Various_Artists - Butthole Surfers: They Came In
mp3/Butthole_Surfers-They_Came_In.mp3
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

iSparK

Serviio newbie

Posts: 15

Joined: Thu Sep 29, 2011 2:16 pm

Location: United kingdom

Post Fri Sep 30, 2011 10:13 am

Re: The possibility to add a single file URL.

This request is aimed towards video's onlinewhere there is a direct link to the video, however as mentioned by Zip the video is not found in the feed...

See Below:
viewtopic.php?f=4&t=3451

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 3 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.