Commit Graph

254 Commits

Author SHA1 Message Date
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
Stefan Seyfried
bfdeda0983 movieplayer: fix invalid casts for debug messages 2015-01-02 21:00:11 +01:00
svenhoefer
dbd4f77332 - movieplayer: disable clock and mute while playlist_manager 2014-11-26 10:23:21 +01:00
TangoCash
dfc7a1d304 - movieplayer: add playlist_manager
NOTE: This is a merge of several patches by TangoCash
      for neutrino-mp aligned to neutrino-hd.
      We use 'play' key to open playlist_manager.
2014-11-26 10:23:21 +01:00
[CST] Focus
cb804f37cd gui/movieplayer.cpp: try to remove extra live start on movie stop 2014-11-19 11:35:00 +03:00
[CST] Focus
5bd14ea4b8 neutrino: try to fix parental bypass by
quit from audio player / picture viewer / movie player and starting channel in PiP
2014-11-11 14:40:52 +03:00
[CST] Focus
493098040d gui/movieplayer.cpp: fix volume values in audio selection 2014-11-11 14:40:52 +03:00
[CST] Focus
6586588409 gui/movieplayer.cpp: fix file info display,
bug from commit 95ac729ff6
2014-11-05 16:37:03 +03:00
Jacek Jendrzej
592e0ed631 CMoviePlayerGui::selectAudioPid() add Analog Audio on/off option 2014-11-05 09:20:02 +01:00
[CST] Focus
95ac729ff6 gui/movieplayer.cpp: fix old file info display in infoviewer 2014-10-17 15:45:15 +04:00
[CST] Focus
ed6816068c Revert "- movieplayer: ask before stop temporary timeshift"
This reverts commit f9c7662c73.

Conflicts:
	src/gui/movieplayer.cpp
2014-10-01 16:09:46 +04:00
[CST] Focus
67db470798 gui/movieplayer.cpp: try to fix 'always seek to 0' 2014-10-01 16:06:52 +04:00
[CST] Focus
b852496603 gui/movieplayer.cpp: check file name is not url before save screenshot 2014-10-01 12:56:12 +04:00
[CST] Focus
c14ab10c2e gui/movieplayer.cpp: do not quit or jump to unmarked item, in case ie empty dir added 2014-09-30 14:07:29 +04:00
[CST] Focus
178582afb0 gui/movieplayer.cpp: fix stop and EOF, if suddenly we get position == duration 2014-09-29 18:08:58 +04:00
[CST] Focus
b8d398a69a gui/moviebrowser.cpp: add support for non-TS/xml files, idea (c) martii 2014-09-27 16:21:43 +04:00
[CST] Focus
fa780d6086 gui/movieplayer.cpp: lower delay at the EOF for list play or repeat mode enabled 2014-09-26 14:22:58 +04:00