Commit Graph

220 Commits

Author SHA1 Message Date
Thilo Graf
59d9b7068e Infoclock: unify handling in some classes with singleton 2016-02-29 08:05:05 +01:00
svenhoefer
61a4b3bf9c - movieplayer/browser: add user key to create/remove movie cover 2016-02-11 15:04:11 +01:00
svenhoefer
944dab5a8c - infoviewer: show movieplayers infoviewer in vzap mode if needed 2016-02-04 00:14:57 +01:00
[CST] Focus
2c39affafe gui/movieplayer.cpp: hack for dvb subtitles in TS file player mode 2016-02-03 18:37:45 +03:00
[CST] Focus
ee98002fd3 gui/movieplayer.cpp: add subtitles auto-select for webtv 2016-02-03 18:29:50 +03:00
svenhoefer
fb2967ca8b - movieplayer: add virtual zap mode for moviebrowser playlists
This commit fixes virtual zap for timeshift mode too.
TODO: virtual zap for fileplayer playlists
2016-02-03 16:27:07 +01:00
[CST] Focus
6a73ba4a65 src/gui/movieplayer.cpp: fix play loop, if play stopped using end bookmark in multi-file mode 2016-02-01 16:42:28 +03:00
[CST] Focus
85c437fac3 gui/movieplayer.cpp: pass subtitles charset to playback instance 2016-01-25 18:16:16 +03:00
M. Liebmann
644ab18844 CLuaInstVideo: Add script function 'setInfoFunc()'...
...for displaying information in the movieplayer

 - Set Lua api version to 1.36
2016-01-17 06:14:49 +01:00
Stefan Seyfried
6757566be2 movieplayer: shorten debug messages 2016-01-14 22:30:18 +01:00
Jacek Jendrzej
80d68d7e5a src/gui/movieplayer.cpp add https to m3u filter 2016-01-14 19:10:55 +01:00
defans
c78bfcfce0 - movieplayer: fix screensaver init 2016-01-07 12:32:54 +01:00
defans
f661cb2ee3 movieplayer: Add screensaver function when movie player is paused 2016-01-03 12:59:44 +01:00
svenhoefer
fdf8bd4860 - movieplayer: allow configurable RC_setup key 2016-01-02 14:14:41 +01:00
svenhoefer
32410200c1 - movieplayer: add color keys to bookmark menu 2015-12-16 13:43:44 +01:00
svenhoefer
eb7c044b05 - movieplayer: show correct key in bookmark hints; smoother locales 2015-12-16 11:34:09 +01:00
M. Liebmann
e4de37f1bb CMoviePlayerGui: Send PLUGIN_PLAYSTATE_LEAVE_ALL to plugin...
...when tv/radio button are pressed on remote control

 - Set Lua api version to 1.32
2015-12-15 11:45:48 +01:00
svenhoefer
736343d35b - neutrino: press tv/radio key to return to plain tv/radio 2015-12-15 08:15:17 +01:00
svenhoefer
6fc8fb2bee - movieplayer: change usermenu call; use existing instance 2015-12-15 08:15:17 +01:00
svenhoefer
0dd22ffd5d - movieplayer: allow usermenu, when colorkeys not assigned 2015-12-15 08:15:17 +01:00
M. Liebmann
558fea4ec4 CMoviePlayerGui: Creating an possibility to block restoreNeutrino()...
...from an external plugin

 - This better play playlists with plugins
2015-12-08 12:01:25 +01:00
svenhoefer
68221e31b8 Revert "- movieplayer: enable videoformat and 4:3 switches; (C) martii"
This reverts commit a3ff096e06,
because keys was passed to neutrino handleMsg already.
So this pick was unnecessary.
2015-12-01 22:40:05 +01:00
svenhoefer
a3ff096e06 - movieplayer: enable videoformat and 4:3 switches; (C) martii 2015-12-01 21:04:13 +01:00
svenhoefer
829359b851 - movieplayer: enable neutrino main menu ...
... parts of this code is (C) martii
2015-12-01 21:02:15 +01:00
[CST] Focus
08e68ea464 gui/movieplayer.cpp: start movies in playlists at start bookmark 2015-11-24 09:02:52 +01:00
[CST] Focus
ebb2d74d9f gui/movieplayer.cpp: try to fix bouquet/channel locking for webtv 2015-11-06 17:23:55 +03:00
[CST] Focus
3feba2b40d gui/movieplayer.cpp: add GetReadCount, (C) martii,
user RED button to call streaminfo
2015-11-06 17:23:25 +03:00
[CST] Focus
c4197fb5f3 gui/movieplayer.cpp: allow getInstance() to return background instance 2015-10-16 14:55:05 +03:00
[CST] Focus
21aeb82d49 gui/movieplayer.cpp: try to fix starting MB playback on webtv channel:
create another CMoviePlayerGui instance for background playback.
remove define __STDC_CONSTANT_MACROS, should be added to CXXFLAGS
2015-10-07 13:48:26 +03:00
Jacek Jendrzej
95fb4dab86 fix alloc-dealloc-mismatch 2015-09-24 14:26:13 +02:00
[CST] Focus
4322f24651 gui/movieplayer.cpp, neutrino.cpp: call infoviewer with channel as param 2015-09-24 12:25:22 +03:00
Jacek Jendrzej
380e95cd1c src/gui/movieplayer.cpp stop lua player on STANDBY_ON 2015-09-19 17:54:33 +02:00
[CST] Focus
653d196e16 gui/movieplayer.cpp: mark auto-screenshot as done in any case,
if one try fail, next will probably fail anyway
2015-09-17 12:40:31 +03:00
M. Liebmann
b56be92d59 CLuaInstance::PlayFile: Function now returns the status of buttons
- Set Lua api version to 1.1

     return code              defined LUA Variables
  --------------------------------------------------
  0 = normal exit              PLAYSTATE.NORMAL
  1 = aborted by stop button   PLAYSTATE.STOP
  2 = next button              PLAYSTATE.NEXT
  3 = prev button              PLAYSTATE.PREV
2015-09-04 18:07:32 +02:00
Jacek Jendrzej
b9f4f447ee src/nhttpd/yhttpd_core/ywebserver.cpp fix possible segfault 2015-08-05 18:57:08 +02:00
[CST] Focus
93a0327930 gui/movieplayer.cpp, neutrino.cpp: add webtv subtitles support 2015-05-29 15:26:55 +03:00
[CST] Focus
6a361e0374 gui/movieplayer.cpp: try to fix parental lock for webtv channels 2015-05-26 13:27:42 +03:00
[CST] Focus
7bef4bcb8e webtv: try to restart channel once, if play position not advance 2015-05-19 17:21:30 +03:00
TangoCash
e6ebb563d0 add m3u8 2015-05-15 03:46:49 +02:00
TangoCash
1917e283eb fix playlist 2015-05-15 03:46:49 +02:00
TangoCash
bda8590e3a implement playlist and remove possible segfault 2015-05-15 03:46:49 +02:00
[CST] Focus
3b93336ed3 gui/movieplayer.cpp: fix ass subtitles from newer ffmpeg versions, try to PGS subtitle hide 2015-05-07 15:00:26 +03:00
svenhoefer
09adc177d8 - record.h: remove include of vfd.h; use display.h instead 2015-04-16 13:39:35 +02:00
Stefan Seyfried
5ab6b53054 global.h: Use forward-declarations to reduce number of dependencies 2015-04-16 13:39:35 +02:00
Jacek Jendrzej
9280566377 movieplayer.cpp reinit Path_local for webif reloadsetup 2015-03-28 21:36:15 +01:00
svenhoefer
a97c959b54 - movieplayer: show start/end-pos in bookmark-menu; fix console output 2015-02-21 17:23:40 +01:00
Stefan Seyfried
b90991da77 moviebrowser/player: remove unneeded (char *) casts 2015-02-14 14:31:11 +01:00
Jacek Jendrzej
b320bafc3c /movieplayer.cpp: add mmsh protocol to file parse 2015-01-22 17:28:52 +01:00
[CST] Focus
204d029e26 gui/movieplayer.cpp: fix radio recordings playback 2015-01-16 14:38:49 +03:00
Jacek Jendrzej
8023a6317b neutrino use check empty() instead of length() or size() 2015-01-03 17:51:08 +01:00