GNOME Bugzilla – Bug 744168
core: Add "audio-track" property
Last modified: 2015-02-17 17:21:32 UTC
.
Created attachment 296380 [details] [review] core: Add "audio-track" property
Created attachment 296381 [details] [review] pls: Export the "audio-track" playlist attribute
Created attachment 296382 [details] [review] freebox: Add support for Freebox Radios Using the playlist from: http://play.with.free.fr/index.php/radios-freebox-sur-la-freebox-revolution/ and newer version of totem-pl-parser, export the radios proxied by the Freebox all-in-one router. Note that the audio player will need to respect the "audio-track" number given out in the GrlMedia for the correct radio station to be played.
Note that this requires the current totem-pl-parser master.
Created attachment 296383 [details] [review] core: Add "audio-track" property
Created attachment 296406 [details] [review] freebox: Fix incorrect grl-pls usage Which could lead to crashes. grl_pls_browse() should only be used from applications, grl_pls_browse_by_spec() should be used in plugins instead so as not to override the operation_id, be cancelled when the original operation is cancelled, etc.
Attachment 296381 [details] pushed as 50ff107 - pls: Export the "audio-track" playlist attribute Attachment 296383 [details] pushed as 47835b9 - core: Add "audio-track" property
commit ed2eb4f6d09c05c299a8bda3fdbb203bed7a1127 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Feb 9 02:43:09 2015 +0100 freebox: Fix incorrect grl-pls usage Which could lead to crashes. grl_pls_browse() should only be used from applications, grl_pls_browse_by_spec() should be used in plugins instead so as not to override the operation_id, be cancelled when the original operation is cancelled, etc. https://bugzilla.gnome.org/show_bug.cgi?id=744168 commit a5110d6460b90065148914d1855fbeeedfd20fc3 Author: Bastien Nocera <hadess@hadess.net> Date: Sun Feb 8 16:10:04 2015 +0100 freebox: Add support for Freebox Radios Using the playlist from: http://play.with.free.fr/index.php/radios-freebox-sur-la-freebox-revolution/ and newer version of totem-pl-parser, export the radios proxied by the Freebox all-in-one router. Note that the audio player will need to respect the "audio-track" number given out in the GrlMedia for the correct radio station to be played. https://bugzilla.gnome.org/show_bug.cgi?id=744168