View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#433
Originally Posted by 412b View Post
Now it's working
But when switching next/prev missing seek signal... Or track info method needed
Yep, seems to be missing sometimes, and sometimes it's there...
Code:
signal sender=:1.94 -> dest=(null destination) serial=10 path=/de/pycage/mediabox/control; interface=de.pycage.mediabox.control; member=seek_signal
   uint32 0
   uint32 348000
It seems to depend on the media. I'm investigating this.


EDIT:

Don't rely on the seek signal too much. Unseekable media such as radio streams don't have it (besides it was missing in the video player, but this is now fixed ).

There is now a load signal with some useful information, e.g.
Code:
signal sender=:1.305 -> dest=(null destination) serial=3 path=/de/pycage/mediabox/control; interface=de.pycage.mediabox.control; member=load_signal
   string "Sensorium [Live in Miskolc]"
   string "Epica"
   string "/home/mgrimme/Musik/A-E/Epica/Epica/The Classical Conspiracy/15 - Sensorium [Live in Miskolc].mp3"
   string "audio/mpeg"
The fields are: name (e.g. title), info (e.g. artist), resource (path to the real file locally or remote), MIME type

Then there is a signal with tag information (it depends on media backend whether tag reporting is supported; gstreamer supports it):
Code:
signal sender=:1.305 -> dest=(null destination) serial=11 path=/de/pycage/mediabox/control; interface=de.pycage.mediabox.control; member=tag_signal
   string "TITLE"
   string "Sensorium [Live in Miskolc]"
signal sender=:1.305 -> dest=(null destination) serial=12 path=/de/pycage/mediabox/control; interface=de.pycage.mediabox.control; member=tag_signal
   string "ALBUM"
   string "Sensorium [Live in Miskolc]"
signal sender=:1.305 -> dest=(null destination) serial=13 path=/de/pycage/mediabox/control; interface=de.pycage.mediabox.control; member=tag_signal
   string "ARTIST"
   string "Sensorium [Live in Miskolc]"
Coverart transmission is under construction.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock

Last edited by pycage; 2010-06-03 at 08:41.
 

The Following User Says Thank You to pycage For This Useful Post: