StreamingSoundtracks.com
VIP
Subscribe to become a VIP member of SST!

· Request More Often
· Unshared Requests
· Request Countdown Timer
· Request Ready Indicator
· Your Request History
· Access To The VIP Forum
· Add More Favorites

:: Click Here To Upgrade ::

:: Give VIP as a Gift ::

Listen Live!

Donation Meter


Make donations with PayPal!
Monthly Goal:
$500.00

Need:
$162.58

5 Donations:
$337.42

Death.FM (Apr-9) shrike $20.00
StreamingSoundtracks.com (Apr-8) trailblder $25.00
Death.FM (Apr-2) SeclusionSolution $242.42
StreamingSoundtracks.com (Apr-2) Locutus76 $30.00
Death.FM (Apr-1) valar_morghulis $20.00

 


Last Month's Donors
Death.FM (Mar-29) htmm $13.37
StreamingSoundtracks.com (Mar-27) klingon50 $10.00
Death.FM (Mar-22) chapper $10.00
Death.FM (Mar-17) swissdeath $9.99
Death.FM (Mar-15) osiris $10.00
1980s.FM (Mar-11) Bondstec $15.00




Search

 

SSTore



:: SSTore ::



RSS (Again)

 
Post new topic   Reply to topic    StreamingSoundtracks.com Forum Index -> Ideas
View previous topic :: View next topic 
Author Message
tirian
Cadet 2
Cadet 2



Joined: Jan 19, 2004
Member#: 4608
Posts: 5


tirian is offline View user's profile Send private message Visit poster's website tirian's Favorites are Private
PostPosted: Mon Mar 28, 2005 9:04 am   Post subject: RSS (Again) Reply with quote


I've seen a lot of requests for an RSS feed and I'm going to start working on coding one up (provided it is okay with SS).

One of my goals will to minimize the bandwidth consumed by the feed. I'll use PHP which will grab the playlist once every min or two, and parse that into a RSS feed. This way, even though there might be hundreds of people using RSS, the SS bandwidth consumed would only be of a single viewer downloading the playlist page every min or so.

At this time I am planning on hosting the script on my website.

Please let me know of your thoughts.

~Tirian
tirian
Cadet 2
Cadet 2



Joined: Jan 19, 2004
Member#: 4608
Posts: 5


tirian is offline View user's profile Send private message Visit poster's website tirian's Favorites are Private
PostPosted: Wed Mar 30, 2005 2:48 pm   Post subject: Reply with quote


Ok, I have all the parsing done. Now for building the RSS stream...

~Tirian
USA Techo
Lieutenant
Lieutenant



Joined: Feb 12, 2004
Member#: 5054
Posts: 182


Techo is offline View user's profile Send private message View Techo's Favorites
PostPosted: Wed Mar 30, 2005 5:58 pm   Post subject: Reply with quote


Hi Tirian. I had something similar written but it's a windows app. It quietly sits in the system tray so it doesn't take up any taskbar space. Though it just gets the "Now Playing" section. I've written it more than a month ago, so if someone's is interested in it let me know. I use winamp not the live365 player(though perhaps I should) so I want to know what's playing without continuously loading up the site.
Poland Albi VIP (subscribed member)
Lieutenant Commander
Lieutenant Commander



Joined: Mar 21, 2004
Member#: 5692
Posts: 340
Location: The Netherlands

Albi is offline View user's profile Send private message Visit poster's website View Albi's Favorites
PostPosted: Thu Mar 31, 2005 12:31 pm   Post subject: Reply with quote


Not really something similar then Razz

@Tirian: if you need any help testing or something, let me know Smile
tirian
Cadet 2
Cadet 2



Joined: Jan 19, 2004
Member#: 4608
Posts: 5


tirian is offline View user's profile Send private message Visit poster's website tirian's Favorites are Private
PostPosted: Thu Mar 31, 2005 1:04 pm   Post subject: Reply with quote


Thanks Albi,

I should have the stream up and running by the end of the day (hopefully). I have a big robotics project due that'm working long hours on so I've had a minimal amount of free time.

Techo,
Thanks for the offer, but as I use Linux, it would help me very much Smile . The main reason I wanted to use RSS is that it will allow the end user to use whatever reader they want or even take the stream and integrate it into another program since all the parsing will be done for them.

BTW, I love your avatar!

~Tirian
USA Techo
Lieutenant
Lieutenant



Joined: Feb 12, 2004
Member#: 5054
Posts: 182


Techo is offline View user's profile Send private message View Techo's Favorites
PostPosted: Thu Mar 31, 2005 1:16 pm   Post subject: Reply with quote


tirian wrote:
Thanks Albi,
Techo,
Thanks for the offer, but as I use Linux, it would help me very much Smile . The main reason I wanted to use RSS is that it will allow the end user to use whatever reader they want or even take the stream and integrate it into another program since all the parsing will be done for them.

BTW, I love your avatar!

~Tirian


Thanks m8. Goodluck with your project Smile

About the RSS, which reader would you recommend? I don't have any of the IM programs running so if there is a nice lightweight reader I would certainly like to try it out.

Albi, it's similar in sense that is also gets and parses part of the site's que page then displays it in an out of site form. Being a windows app and not web based I know it can't be run on Linux or MacOS, without any emulators of course.
Poland Albi VIP (subscribed member)
Lieutenant Commander
Lieutenant Commander



Joined: Mar 21, 2004
Member#: 5692
Posts: 340
Location: The Netherlands

Albi is offline View user's profile Send private message Visit poster's website View Albi's Favorites
PostPosted: Thu Mar 31, 2005 4:34 pm   Post subject: Reply with quote


Some RSS readers

Mozilla Thunderbird (e-mail client) and Opera browser have built-in RSS support

Mozilla Firefox extension: Sage

Search for RSS on http://sourceforge.net/search/ for some free and stand-alone RSS readers (Windows only if I'm not mistaken)


This RSS feed might be nicer if, in the end, it got integrated into the site. This way it can read the queue directly instead of parsing HTML which is a much neater solution IMO.
tirian
Cadet 2
Cadet 2



Joined: Jan 19, 2004
Member#: 4608
Posts: 5


tirian is offline View user's profile Send private message Visit poster's website tirian's Favorites are Private
PostPosted: Fri Apr 01, 2005 2:51 pm   Post subject: Reply with quote


I finished the RSS feed!

Please point your RSS reader to http://www.xenolth.biz/community/scripts/streamingsoundtracks.rss

Properties:
  • The image of the RSS stream is set the cover of the currently playing soundtrack
  • The currently playing as well as the next 9 soundtracks are included into the RSS feed
  • If you click on the RSS item it will display the information of the album.
  • The title of each RSS item includes the song name and album.
  • The description of each RSS item includes:
    • User Rating
    • Votes cast for rating
    • Percent
    • Score (in %)
    • Member who requested the song
    • Message attached by member (if exists)
  • The RSS feed updates itself every 2 min.
  • The RSS feed only updates if a user has accessed the feed recently
Here is an image of the feed on my desktop showing only the RSS titles:


To see the RSS file parsed into a webpage displaying all fields, go to http://www.xenolth.biz/community/scripts/index.php.

RSS Readers
RSS readers are all over the web. If you don't have one yet, here are some suggestions based on your OS.~Tirian
tirian
Cadet 2
Cadet 2



Joined: Jan 19, 2004
Member#: 4608
Posts: 5


tirian is offline View user's profile Send private message Visit poster's website tirian's Favorites are Private
PostPosted: Fri Apr 01, 2005 7:28 pm   Post subject: Reply with quote


I made a slight adjustment to the script. It now caches pages that it downloads. This way it reduces the amount of streamingsoundtracks's bandwith it uses.

~Tirian
Canada Robert_Locksley
Commander
Commander



Joined: Apr 14, 2003
Member#: 980
Posts: 536
Location: British Columbia

Robert_Locksley is offline View user's profile Send private message Robert_Locksley's Favorites are Private
PostPosted: Thu Jun 16, 2005 10:20 am   Post subject: Reply with quote


tirian wrote:
I finished the RSS feed!

Please point your RSS reader to http://www.xenolth.biz/community/scripts/streamingsoundtracks.rss



Works! Pretty neat...I might use it once in a while.
_________________
"Get it?...Got it!...GOOD!" -- The Court Jester
USA megadith
Lieutenant Commander
Lieutenant Commander



Joined: May 06, 2002
Member#: 82
Posts: 265
Location: Arlington, VA

megadith is offline View user's profile Send private message Send e-mail Visit poster's website megadith's Favorites are Private
AIM Address
PostPosted: Fri Aug 11, 2006 6:35 pm   Post subject: Reply with quote


do we have a RSS feed still?
_________________
Grab a beer, don't cost nuttin...
Harmonie
Cadet 1
Cadet 1



Joined: Jul 28, 2006
Member#: 15166
Posts: 1


Harmonie is offline View user's profile Send private message Harmonie's Favorites are Private
PostPosted: Sat Sep 30, 2006 5:56 pm   Post subject: Reply with quote


Robert_Locksley wrote:
tirian wrote:
I finished the RSS feed!

Please point your RSS reader to http://www.xenolth.biz/community/scripts/streamingsoundtracks.rss



Works! Pretty neat...I might use it once in a while.

Unfortunately there is a NO PAGE FOUND at that address currently.

Admins - Will you please create an RSS feed and if you will not then please make an explanation as to why not? It would soothe many souls.
_________________
L'harmonie et la mélodie dans la musique toujours!
Display posts from previous:
Post new topic   Reply to topic    StreamingSoundtracks.com Forum Index -> Ideas All times are GMT - 5 Hours
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



Forums ©


Copyright © 2001-2020 24seven.FM, LLC All rights reserved.
Comments, images, and trademarks are property of their respective owners.
You can syndicate our news using the file backend.php or ultramode.txt. Robots may follow the Sitemap.