Projects tagged ‘lastfm’


[25 total ]

914USERS
   

VLC - the cross-platform media player and streaming server VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming ... [More] protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. [Less]

405USERS
   

Rediscover Your Music! Amarok is the music player for Linux and Unix with an intuitive interface. Amarok makes playing the music you love easier than ever before - and looks good doing it.

69USERS
   

Import, organize, play, and share your music using Banshee's simple, powerful interface. Rip CDs, play and sync your iPod, create playlists, and burn audio and MP3 CDs. Most portable music devices are supported. Banshee also has support for podcasting, smart playlists, music recommendations, and much more.

56USERS
 

Rockbox is an open source replacement firmware for portable music players. It runs on a wide range of different models.

31USERS
   

Songbird is an open-source customizable music player that's under active development. We're working on creating a non-proprietary, cross platform, extensible tool that will help enable new ways to playback, manage, and discover music. There are ... [More] lots of ways to contribute your time to the project. We'd love your help! There are several features we're proud of, but we'll be the first to admit that others need ironing out, are experimental, or are just plain missing. There's still a lot to do. [Less]

31USERS
   

Exaile is a music player aiming to be similar to KDE's Amarok, but for GTK+ and written in Python. It incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics ... [More] fetching, artist/album information via Wikipedia, Last.fm support, and optional iPod support via a plugin. [Less]

28USERS
   

XMMS2 is a music player.

22USERS
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF directly from a CD or DVD in the Xbox DVD-ROM drive ... [More] or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]

10USERS
   

BMPx is the successor to the XMMS-based Beep Media Player. It features support for specifications like XDS DnD, XSPF and DBus. BMPx is highly interoperable and integrates well with other applications and a variety of desktop environments.

9USERS
 

Vagalume is a Last.fm client for the Gnome desktop environment and the Maemo platform, used by the Nokia 770/N800/N810 Internet Tablets

9USERS
 

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the Xbox game-console. XBMC can play a very complete ... [More] spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]

7USERS
 

Used for submitting your songs to Last.FM/Audioscrobber. xmms2-scrobbler is an XMMS2 client, written in ruby, using the "event-loop" gem, compatible with the Audioscrobbler Realtime Submission Protocol (v1.2).

3USERS
   

Jajuk is software that organizes and plays music. It is a fully-featured application geared towards advanced users with large or scattered music collections.

2USERS
 

A collection of python scripts for XBMC. This is the home to such scripts as Apple Movie Trailers, Youtube, Xinbox, xStocks, Accuweather and Tetris just to name a few. If you have made a script that you would like to commit to this svn contact one ... [More] of the Project Admins. The offical channel for this project is #xbmc-scripting on Freenode network. Its for code support only, not support how to get a script to work. [Less]

2USERS
   

Listen is an audio player written in Python. Thanks to it, you can easily organize your music collections. It supports many features such as Podcasts management, browse Shoutcast directory. It provides a direct access to lyrics, lastfm and ... [More] wikipedia informations. It intuitively creates playlists for you by retrieving informations from lastfm and what you most frequently listen to. [Less]

1USERS

Amua is a status bar application for Mac OS X that allows you to control Last.fm web-radio streams. It is an alternative to the official Last.fm player.

1USERS

Xmp-scrobbler is a Last.fm plugin for XMPlay audio player. It supports submission caching and proxy servers.

1USERS

The Alexandria Media Library is media application that allows users to play local files, listen to streams from the internet, catalog and organize their media, make playlists, tag files and share information about their taste with other users. It is ... [More] written in C# and designed with a plugin-based architecture so that everything from the the playback system to the database engine can be swapped out and configured to meet a user's specific needs. [Less]

0USERS

Ever feel that Last.fm's web/Flash interface and desktop app take up too much memory and screen space? Do you have a fetish for the austere glow of ASCII characters against a dark void? Then lastfm-cli might be for you. lastfm-cli is an ... [More] interactive command-line & telnet interface to a last.fm account and last.fm audio streams. lastfm-cli lets you choose radio stations, play songs, skip songs, "love" them or "ban" them, and control the volume without touching a mouse. Moreover, via telnet, you can share control of a last.fm audio stream (playing through the office or home sound system, for instance) as long as the computer running lastfm-cli is accessible on the local network. lastfm-cli requires an mp3 stream player. Currently, only iTunes is supported, but support for linux players such as MPG123 is under development. Warning: This is alpha, so the code is messy and it doesn't always recover gracefully from errors. Plus Last.fm streams are sketchy at times, so please don't expect skipping and switching radio stations to be completely fast or reliable. author: Daniel Choi, member of the Betahouse web cooperative in Cambridge, MA Screenshot RequirementsCurrently, lastfm-cli requires OS X Leopard. But I am working to make it work on Linux. Streaming Last.fm to AirtunesSince lastfm-cli uses iTunes to play the Last.fm audio stream, you can stream Last.fm via lastfm-cli to an Airport Express. But streaming radio via iTunes to Airport Express isn't the most stable experience and you may experience frequent dropouts. To minimize dropouts, try increasing the streaming buffer size to the maximum in iTunes preferences. A production-quality product like Airfoil may serve better for this purpose. Installationlastfm-cli is a ruby gem hosted on Rubyforge. You can install it with this command: > sudo gem install lastfm-cli After a successful installation, you should be able to run lastfm-cli with this command: > lastfm-cli Enjoy. Bug reports, comments, and suggestions are welcome. [Less]

0USERS

NetBeans plugin for last.fm internet radio.

0USERS

pyLast A Python interface to the Last.fm API 2.0 FeaturesSimple public interface Silent exception handling Internal support for asynchronous operations ...errr, what else?! pyLast in actionSee Authentication about getting a hold of API_KEY ... [More] , API_SECRET, and SESSION_KEY from pylast import * artist = Artist('Coldplay', API_KEY, API_SECRET, SESSION_KEY) artist.addTags('alternative', 'rock', 'favorite', 'pop') artist.removeTags('pop') for another_artist in artist.getSimilar(): another_artist.share(('friend@zemail.net', 'my_friend_ginny'), 'Hey, check those similar artists') another_artist.addTags('similar to coldplay') for track in artist.getTopTracks(): track.love() track.addTags('my favorite coldplay', 'alternative rock') [Less]

0USERS

This is an Actionscript 3.0 API to access all the available Last.fm web services. This should hopefully save some people time from doing all the grunt work of parsing feeds and sorting through all that lovely data that Last.fm provides. It is ... [More] currently a work in progress so not all the services are currently available. The packages are divided similar to the audioscrobbler services page: http://www.audioscrobbler.net/data/webservices/ (UserData, ArtistData, etc). Documentation is also an important goal of this project so keep an eye on the ever-growing wiki. These packages can be used in Adobe Flex, AIR, or Flash applications. Update 09-15-2007: Completed wiki for all User Data services. Also reworked some code / events in the Session class and update it's wiki page. Update 09-12-2007: Added all services for retrieving user information from the Last.fm services. These include: Profile Information Top Artists Top Albums Top Tracks Top Tags Top Tags for Artist Top Tags for Album Top Tags for Track Friends List Neighbours Recent Tracks Recent Banned Tracks Recent Loved Tracks Recent Journals Weekly Chart List Weekly Artists Chart Weekly Albums Chart Weekly Tracks Chart Manual Recommendations System Recommendations User Events / Friends' Events / System Event Recommendations Taste-O-Meter Also added was a scrobbling class using the latest 1.2 submission protocol. [Less]

0USERS

Music player for Symbian S60 devices with Last.fm scrobbling built-in. It can create a history of the tracks played while offline and send them later in batch to Last.fm. A beta 3 release (non signed) can be found here. It has been tested only on ... [More] N95-1 device with python 1.4.2 installed. Here there's a step-by-step tutorial on how to run it without signing. To sign the sis file, use the Open Signed Online service. My posts about it in my blog are here. Left a comment... All kinds of feedback are welcome, it includes, bug reports, feature request, python patches, comments, etc.. 2008/07/23 => THIS PROJECT IS NOT DEAD, HOWEVER, I'M COMPLETELY FUCKED AT WORK, SO I HAVEN'T HAD TIME TO WORK ON IT IN THE LAST MONTHS. SO, ANY HELP IS WELCOME MORE THAN EVER. Some application screenshots Author: Douglas Fernando da Silva ASPY Player [Less]

0USERS

Python library that enables interaction with artist/album/tracks metadata services on Last.fm.

0USERS

A Common Lisp library for the Audioscrobbler/Last.fm web service.