Soporte para el reproductor Audacious

Bug #688648 reported by Pepe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GatoScript
Fix Released
Wishlist
Raúl Soriano

Bug Description

Parche para el reproductor Audacious usando audtool2:

media.py
316,335d315
< elif reproductor == "audacious":
< if userdata == "reproductor":
< auxiliar.gprint("Está utilizando Audacious")
< elif userdata == "escuchando":
< duracion = getoutput("audtool2 current-song-length")
< titulo = getoutput("audtool2 current-song")
< artista = getoutput("audtool2 current-song-tuple-data artist")
< xchat.command("me esta escuchando: %s - %s (%s) - Audacious" %(artista, titulo, duracion))
< elif userdata == "anterior":
< system("audtool2 playlist-reverse")
< elif userdata == "siguiente":
< system("audtool2 playlist-advance")
< elif userdata == "pausa":
< system("audtool2 playback-pause")
< elif userdata == "play":
< system("audtool2 playback-play")
< elif userdata == "stop":
< system("audtool2 playback-stop")
< else:
< auxiliar.gprint("Funcion no soportada")

auxiliar.py
312d311
< xchat.command('menu ADD "GatoScript/Opciones/Reproductor/Audacious" "opciones media reproductor audacious"')

Raúl Soriano (gatoloko)
Changed in gatoscript:
status: New → Confirmed
importance: Undecided → Wishlist
Raúl Soriano (gatoloko)
Changed in gatoscript:
assignee: nobody → Raúl Soriano (gatoloko)
status: Confirmed → Fix Committed
Raúl Soriano (gatoloko)
Changed in gatoscript:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.