Commit Graph

37 Commits

Author SHA1 Message Date
Thilo Graf
35baed4930 audioplayer: outsource for title data source handling into own methods
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)
2021-11-14 22:12:27 +01:00
vanhofen
167ea7a2f6 make lcd4linux configurable
Origin commit data
------------------
Commit: 8a4e6c2281
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)

Origin message was:
------------------
- make lcd4linux configurable
2021-02-01 00:23:47 +01:00
vanhofen
7f86592151 audioplayer/glcd: fix compiler warnings
Origin commit data
------------------
Commit: c6bd34abba
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- audioplayer/glcd: fix compiler warnings
2020-07-02 00:21:17 +02:00
redblue.pkt
bf183a583a update glcd
Origin commit data
------------------
Commit: 0c2dcc9eb1
Author: redblue.pkt <redblue.pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
2020-06-19 23:56:12 +02:00
vanhofen
59ac9a8793 audioplayer: change screensaver handling
Origin commit data
------------------
Commit: 8f3099a9ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-31 (Fri, 31 Jan 2020)

Origin message was:
------------------
- audioplayer: change screensaver handling
2020-01-31 22:20:04 +01:00
vanhofen
7ff38342fe audioplayer: remove all covers when playback is stopped or title is changed
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
2018-05-25 00:58:24 +02:00
vanhofen
f7bd574508 audioplayer: don't remove station-logo immediately; ...
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
2018-05-24 00:54:19 +02:00
vanhofen
f1690b27f7 audioplayer: fix station logo handling for icecast
Origin commit data
------------------
Commit: 87dd0faa89
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-19 (Sat, 19 May 2018)

Origin message was:
------------------
- audioplayer: fix station logo handling for icecast
2018-05-19 23:10:43 +02:00
vanhofen
9b5c4e7618 neutrino: add more RC_playpause handling
Origin commit data
------------------
Commit: 764b25542f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-19 (Tue, 19 Dec 2017)

Origin message was:
------------------
- neutrino: add more RC_playpause handling
2017-12-19 10:58:44 +01:00
vanhofen
378dfeeda6 audioplayer. add streamripper control to record current stream
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
2017-08-17 21:13:19 +02:00
vanhofen
d47de206b4 audioplayer: don't scale covers to quadrat-dimensions
Origin commit data
------------------
Commit: 99a6c9e1ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-07-03 (Mon, 03 Jul 2017)

Origin message was:
------------------
- audioplayer: don't scale covers to quadrat-dimensions
2017-07-03 22:02:50 +02:00
vanhofen
25e1efbc73 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/gui/audioplayer.cpp
	src/gui/audioplayer.h


Origin commit data
------------------
Commit: 3f812037a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-28 (Wed, 28 Jun 2017)
2017-06-28 22:49:34 +02:00
Thilo Graf
b955b5bc79 CAudioPlayerGui: add cc scquare objekt as title box, fix caption bg colors
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)
2017-06-28 22:07:34 +02:00
vanhofen
6a8e1d8e55 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>


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>
2017-06-28 20:35:17 +02:00
vanhofen
da7b7b0930 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"
/>


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"
/>
2017-06-27 23:45:57 +02:00
vanhofen
e93c9416be audioplayer: change scanXmlData() arguments order ...
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
2017-06-27 23:45:57 +02:00
vanhofen
e6bcd7ab14 audioplayer: small design reworks ...
* use OFFSET defines
* use CComponentsScrollbar
* rename some variables
* many, many position calculation fixes
* re-format code

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 4c21971b4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-18 (Sun, 18 Jun 2017)

Origin message was:
------------------
- audioplayer: small design reworks ...

* use OFFSET defines
* use CComponentsScrollbar
* rename some variables
* many, many position calculation fixes
* re-format code

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-18 00:04:40 +02:00
vanhofen
9c009ade29 unify DetailsLine-names; move define to settings.h
Origin commit data
------------------
Commit: 5b0faeab8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-13 (Mon, 13 Mar 2017)

Origin message was:
------------------
- unify DetailsLine-names; move define to settings.h
2017-03-13 12:40:04 +01:00
Stefan Seyfried
8b4c30e093 replace framebuffer.h include with forward declaration
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)
2017-02-07 17:23:42 +01:00
Jacek Jendrzej
5055f5f78d rnd for random_shuffle
Origin commit data
------------------
Commit: b3491f2c20
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-28 (Mon, 28 Mar 2016)
2016-03-28 15:03:29 +02:00
Thilo Graf
d4bd6d237c gui/audioplayer.cpp/h: fix some type conversions
Origin commit data
------------------
Commit: 08cb42d22f
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-01-12 (Mon, 12 Jan 2015)
2015-03-29 22:40:05 +02:00
vanhofen
e733c0d2da audioplayer: remove bool screen_saver from updateMetaData() ...
... 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
2014-12-29 23:50:18 +01:00
defans
f01a84009e CScreenSaver: add class CScreenSaver
Origin commit data
------------------
Commit: 6a23a1c36a
Author: defans <defans@bluepeercrew.us>
Date: 2014-12-29 (Mon, 29 Dec 2014)
2014-12-29 22:13:02 +01:00
[CST] Focus
e04fd11f7e gui/audioplayer.cpp: disable screen save for dline/ibox;
always load metadata when adding files to play list;
cleanup code


Origin commit data
------------------
Commit: 937c23bc20
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-12 (Thu, 12 Dec 2013)
2013-12-15 14:46:45 +04:00
Michael Liebmann
5aa9f6a272 Audioplayer: Remove special handling for display mute icon
Origin commit data
------------------
Commit: bace5ce91b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
2013-11-04 17:00:34 +01:00
Michael Liebmann
287c48a9df Various changes for reworked mute icon handling in some classes
- 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
2013-05-16 11:01:41 +01:00
Thilo Graf
e244a9c9c2 CComponents: move class into its own source directory
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)
2013-02-19 11:27:46 +01:00
vanhofen
927498478a fix terrible typo
Origin commit data
------------------
Commit: fe78bf0580
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-14 (Thu, 14 Feb 2013)

Origin message was:
------------------
- fix terrible typo
2013-02-14 19:16:54 +01:00
defans
a95d8ed33d add keys to control the audioplayer from pictureviewer
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.
2012-11-30 22:06:27 +01:00
defans
1c1c978de7 add pictureviewer to info-key in audioplayer
Origin commit data
------------------
Commit: e145f9a5e8
Author: defans <defans@bluepeercrew.us>
Date: 2012-11-06 (Tue, 06 Nov 2012)

Origin message was:
------------------
- add pictureviewer to info-key in audioplayer
2012-11-06 23:04:55 +01:00
Jacek Jendrzej
9868a4308b remove doubles include
Origin commit data
------------------
Commit: a3bfab0bcd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)
2012-09-11 20:31:33 +02:00
Michael Liebmann
589b84a6b2 Audioplayer: Small display bugs fixed
Origin commit data
------------------
Commit: 52a5640bc2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-22 (Sun, 22 Jul 2012)

Origin message was:
------------------
* Audioplayer: Small display bugs fixed
2012-07-22 18:30:19 +01:00
Michael Liebmann
ec1a792f4b Audioplayer: CComponentsInfoBox use to paint infobox
Origin commit data
------------------
Commit: 64b3debba2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-22 (Sun, 22 Jul 2012)

Origin message was:
------------------
* Audioplayer: CComponentsInfoBox use to paint infobox
2012-07-22 17:16:38 +01:00
[CST] Focus
a734ceb4c4 src/gui/audioplayer.h: remove unused variable
Origin commit data
------------------
Commit: 434c84382f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-14 (Thu, 14 Jun 2012)
2012-06-14 16:46:24 +04:00
gixxpunk
4a1ce1d76c fix vfd update in audioplayer (patch by snafed & dbt)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1665 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 27d91297b4
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-09-05 (Mon, 05 Sep 2011)

Origin message was:
------------------
- fix vfd update in audioplayer (patch by snafed & dbt)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1665 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-05 15:36:31 +00:00
Jacek Jendrzej
656a9aed69 change 'long long' tom int64_t'
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@293 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: c3db76408a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-07 (Sun, 07 Feb 2010)
2010-02-07 15:10:25 +00:00
mrcolor
cb8dd3394d our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: bc5bd4154e
Author: mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-08 (Tue, 08 Dec 2009)
2009-12-08 11:05:11 +00:00