Prepared to allow external access to an audio player instance.
Origin commit data
------------------
Commit: 40845a833e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Origin commit data
------------------
Commit: 1c67a575be
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-25 (Fri, 25 May 2018)
Origin message was:
------------------
- audioplayer: remove all covers when playback is stopped or title is changed
this allows the usage of station-logo as screensaver
Origin commit data
------------------
Commit: 2f5de6496a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)
Origin message was:
------------------
- audioplayer: don't remove station-logo immediately; ...
this allows the usage of station-logo as screensaver
Origin commit data
------------------
Commit: 24affa8a8b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-17 (Thu, 17 Aug 2017)
Origin message was:
------------------
- audioplayer. add streamripper control to record current stream
Use of cc square object saves unnecessary paintBoxRel() calls.
BgColors of metatdata and time display were different to
titlebox body color, but was not to see with all themes.
btw: time box was too much on the right side. Frame of titelbox
was overpainted but was not very noticeable if frame width < 2.
Origin commit data
------------------
Commit: 86742b1d72
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-28 (Wed, 28 Jun 2017)
switch url <-> name to get the same order as in other used functions
(cherry picked from commit e93c9416be)
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Commit: d75a3b0f58
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Origin message was:
------------------
- audioplayer: change scanXmlData() arguments order ...
switch url <-> name to get the same order as in other used functions
(cherry picked from commit e93c9416be)
Signed-off-by: Thilo Graf <dbt@novatux.de>
Syntax in radio-stations.xml or radio-favorites.xml:
<station
url="http://url/to/the/station"
name="Name of the station"
logo="http://url/to/the/logo"
/>
Origin commit data
------------------
Commit: 9c115bec03
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Origin message was:
------------------
- audioplayer: allow logos for internet radio stations ...
Syntax in radio-stations.xml or radio-favorites.xml:
<station
url="http://url/to/the/station"
name="Name of the station"
logo="http://url/to/the/logo"
/>
switch url <-> name to get the same order as in other used functions
Origin commit data
------------------
Commit: f31f8c5bc8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Origin message was:
------------------
- audioplayer: change scanXmlData() arguments order ...
switch url <-> name to get the same order as in other used functions
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
Origin commit data
------------------
Commit: e490f84ea8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)
... using member m_screensaver instead of this
Origin commit data
------------------
Commit: f023ff1651
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Origin message was:
------------------
- audioplayer: remove bool screen_saver from updateMetaData() ...
... using member m_screensaver instead of this
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer
Origin commit data
------------------
Commit: bf1c7bfdb7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Origin message was:
------------------
* Various changes for reworked mute icon handling in some classes
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer
The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.
Origin commit data
------------------
Commit: 0a961a4cf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-19 (Tue, 19 Feb 2013)
decode and view pictures in a seperate thread.
Origin commit data
------------------
Commit: 031db7bae1
Author: defans <defans@bluepeercrew.us>
Date: 2012-11-30 (Fri, 30 Nov 2012)
Origin message was:
------------------
- add keys to control the audioplayer from pictureviewer
decode and view pictures in a seperate thread.