mymikemiller / a-simple-lastfm-scrobbler

Automatically exported from code.google.com/p/a-simple-lastfm-scrobbler
GNU General Public License v3.0
0 stars 0 forks source link

Feature: Add Tasker support #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the new feature:
Currently, what does simple last.fm scrobber is to receive played track by 
different player, cache it and send it to last.fm or libre.fr to track played 
music.

If it is possible, I would like to have the core functionnality available as a 
tasker plugin. By core functionnality, I want
-Tasker receive an event context trigger when a new music track is played.
-the different tag from the file 
(http://code.google.com/p/a-simple-lastfm-scrobbler/wiki/Developers) section 
Details   are put in tasker variable. 
-the core functionnality work with player sending broadcast intent (Poweramp, 
Meridian...) and also the android music player.

I do not know if simple last.fm scrobbler intent can be received at the same 
time by the main program and the tasker plugin. This is up to the developper. 

Many things can be done with this : 
Using android notifier, tasker can send to a computer near the currently 
playing music in a popup.
Still using android notifier, when receiving a song playing, change the 
operating system background with the albumn art (require some script that I 
would probably do)
Using Minimalistic Text
Say the name of the track at the beginning of the song.With the way android 
work, by playing only 1 song at the same time, the music will probably stop, 
tasker say the name of the track and the music restart.

Original issue reported on code.google.com by theking...@gmail.com on 3 Jul 2011 at 2:42

GoogleCodeExporter commented 9 years ago
Hi, I've moved the project to github, https://github.com/tgwizard/sls. Could 
you please add the issue there instead?

Original comment by tgwizard on 28 Jul 2012 at 10:35