is streaming from last.fm still working?

i was testing out a script like this and it always falls back. Any ideas?



# A backup playlist
backupmusic = playlist.safe(mode='random', "/srv/music/backup")

# Input the stream,
# from an Icecast server or any other source
live =
input.lastfm(user="username",password="password","lastfm://globaltags/soundtrack")

# fallback
input = fallback(track_sensitive=false,
                 [live,backupmusic])

# Transcoder : MP3 128 kbps
output.icecast(
  %mp3(bitrate=128),
  mount="/last-mp3",
  host="ice.somewhere.org",
  port=8000,
  password="hackme",
  input)
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to