Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

intelligent radio station list #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please add wishes for the radio station list here!

1. Save newly entered entrys for next use

2. Guess entry for personal radio as first entry:
lastfm://user/<LOGIN_USER_NAME>/personal

3. Implement 3 buttons: artist/tag/username - if pressed the lastfm link
will be build from entered (popup?) username to
lastfm://user/<username>/personal

What else?

Original issue reported on code.google.com by andreas....@gmail.com on 22 Aug 2007 at 10:58

GoogleCodeExporter commented 9 years ago
I can think of:
lastfm://user/<username>/playlist
lastfm://user/<username>/loved

Alternately, we could implement some search for tags, artists etc. like 
suggested in
issue 55.

Original comment by jopsen@gmail.com on 22 Aug 2007 at 11:03

GoogleCodeExporter commented 9 years ago
a few special stations:

lastfm://user/<username>/recommended/100
lastfm://user/<username>/neighbours
lastfm://usertags/<username>/<usertag>

Original comment by timmydob...@gmail.com on 1 Oct 2007 at 10:40

GoogleCodeExporter commented 9 years ago
lastfm://play/tracks/<large track unique number>

Original comment by timmydob...@gmail.com on 13 Oct 2007 at 10:35

GoogleCodeExporter commented 9 years ago
lastfm://play/tracks/<large track unique number>

will that play an individual track in FULL length? or just first seconds?

Original comment by andreas....@gmail.com on 14 Jan 2008 at 3:02

GoogleCodeExporter commented 9 years ago
I think:

lastfm://play/tracks/<large track unique number> will play FULL length ONLY if 
song 
is flp (full length play):

- check http://www.last.fm/music/<artist>/_/<title>

- parse HTML source and search for <div class="embedCodeWrapper">

- if it exist, you will find something like
     "FlashVars="resourceID=3535654&flp=true""
  where "resourceID" is <large track unique number>
  and "flp=true" means that the song is in Full Length Play.

- otherwise if you find "FlashVars =" means that you can stream the song, but 
  ONLY FIRST 30 SEC.

- if you can' find these tokens, the song is not hosted and you will see the 
  "This track isn’t available on Last.fm radio yet." message.

Actually I've tried this way with the Weekly Free Tracks successfully.

I hope this helps you.

Original comment by outlikea...@gmail.com on 12 May 2008 at 10:36