horiator / beamproject

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

Status-line text #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Possibility to pass information from Module to Status-text (not playing state). 
This would not be visible in fullscreen. Maybe also possible to turn of in 
preferences?

Such as: 
- "Error reading media file, using information from Decibel."
   (When mutagen cannot read file and all info come from the media-player, this fallback is available for all players except Winamp who can only read media-files)
- "Error reading information, you must have at least version 1.3.2 of Decibel.
   (For when support is implemented but not mainstream, or if for example Ubuntu version is old and we have more support for later)

Original issue reported on code.google.com by mikael.h...@gmail.com on 26 Jan 2015 at 10:00

GoogleCodeExporter commented 9 years ago
We can add another return value from RUN.
instead of "playlist, playbackstatus" we shall have
"playlist, playbackstatus, playerInfo"

Or, create an object called playerInfo taht will also incluse the 
playbackStatus and have the return values "playlist, playerInfo"

Original comment by horia.ui...@gmail.com on 26 Jan 2015 at 10:55

GoogleCodeExporter commented 9 years ago
Added ModuleMessage in SongClass.

Added playbackMessage in nowplayingmodule. This is either playbackStatus or 
playbackStatus, songclass.ModuleMessage

Original comment by mikael.h...@gmail.com on 28 Jan 2015 at 12:06