Twonky Server 7 navtree container id's can be used with RSS

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag
Twonky Server 7 navtree container id's can be used with RSS

Post by phibertron » Thu Sep 13, 2012 3:32 am

If you are not familiar with the rss feature of twonky server
It can be accessed by the following url

http://ipaddress:9000/rss/feed

which would return something like the following, but in an rss web view

Music 0$1.rss
Photo 0$2.rss
Video 0$3.rss

To navigate into of the sub sections, just click on the link or objid of an rss feed

http://ipaddress/rss/feed/0$1.rss

which would return something like the following, but in an rss web view

Album 0$1$12.rss
All Tracks 0$1$8.rss
Artist 0$1$11.rss
Artist Index 0$1$15.rss
Artist/Album 0$1$16.rss
By Folder 0$1$13.rss
Composer 0$1$19.rss
Genre/Album 0$1$17.rss
Genre/Artist 0$1$18.rss
Genre/Song 0$1$10.rss
myTwonky 0$1$39.rss
Personal rating 0$1$14.rss
Playlists 0$1$9.rss

Instead of having to figure out which objid is associated with each container
You can use the id of the container as defined in the view-definitions.xml
to easily navigate or link directly to containers

For example the following are for Music

/rss/feed/music
/rss/feed/music/all
/rss/feed/music/artists
/rss/feed/music/artistindex
/rss/feed/music/artistalbum
/rss/feed/music/composers
/rss/feed/music/genre
/rss/feed/music/genrealbum
/rss/feed/music/genreartistalbum
/rss/feed/music/rating
/rss/feed/music/albums
/rss/feed/music/folders
/rss/feed/music/playlists
/rss/feed/music/mytwonky
/rss/feed/music/online
/rss/feed/music/radio

For example the following are for Photos

/rss/feed/picture
/rss/feed/picture/all
/rss/feed/picture/folders
/rss/feed/picture/date
/rss/feed/picture/keywords
/rss/feed/picture/albums
/rss/feed/picture/rating
/rss/feed/picture/playlists
/rss/feed/picture/geo
/rss/feed/picture/mytwonky
/rss/feed/picture/online

For example the following are for Video

/rss/feed/video
/rss/feed/video/all
/rss/feed/video/albums
/rss/feed/video/folders
/rss/feed/video/genre
/rss/feed/video/date
/rss/feed/video/rating
/rss/feed/video/playlists
/rss/feed/video/classified
/rss/feed/video/mytwonky
/rss/feed/video/online
/rss/feed/video/live_tv
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

Locked