kamel5
0aeb15d03a
Merge branch 'pbiering/code-optimization' into develop
2021-04-25 11:14:40 +02:00
kamel5
22b24eb455
Update skin estuary4vdr displaychannel.xml
...
Fix incorrect display of weather info in Displaychannel.
2021-04-08 17:02:44 +02:00
kamel5
f5a29826cb
Update skin estuary4vdr displaymenudefault.xml
...
Fix incorrect display of list entrys separated by tab in Displaymenu.
2021-04-08 17:02:34 +02:00
kamel5
50879fa931
Fix segfault with mpv plugin (thx to @lnj at vdr-portal.de)
...
This fix prevents a segfault when using the mpv plugin because there are
no cutmarks.
2021-03-28 12:26:24 +02:00
kamel5
894b5865cd
Merge branch 'pbiering/fix-rsvg'
2021-03-23 15:57:20 +01:00
Peter Bieringer
fda2a4ec74
fix issue introduced with 85df1e7f98
: (process:24445): librsvg-CRITICAL **: 16:03:34.427: rsvg_handle_read_stream_sync: assertion 'is_input_stream(stream)' failed
2021-03-20 16:37:56 +01:00
Peter Bieringer
4821574437
remove of duplicate code by introducing macros by https://gitlab.com/Mike838 from https://gitlab.com/kamel5/skindesigner/-/issues/1#note_508426185
2021-03-20 16:06:45 +01:00
kamel5
dc617b52fa
Version 1.2.15
2021-03-15 14:15:07 +01:00
kamel5
cef6ca78a2
Fix cutting marks wasn't updated
2021-03-15 14:10:18 +01:00
kamel5
85df1e7f98
Eliminate warnings
2021-03-11 13:21:45 +01:00
kamel5
3334263a96
Merge branch 'pbiering/skindesigner-fix-tuner-device-mapping'
2021-03-11 12:52:48 +01:00
Peter Bieringer
4d3fa0bc71
fix tuner device mapping in case tuners are not starting as first device (e.g. NetCeiver mcli)
2021-03-11 12:52:08 +01:00
Peter Bieringer
cbce894c0c
Merge remote-tracking branch 'upstream/master'
2021-03-11 08:16:55 +01:00
kamel5
9a0eac1c4f
Update italian tanslation in metrixhd (thx to @fiveten_59 at vdr-portal.de)
2021-03-07 19:27:18 +01:00
kamel5
5f7337b50c
Update italian tanslation in estuary4vdr (thx to @fiveten_59 at vdr-portal.de)
2021-03-07 14:45:49 +01:00
kamel5
e3becb6c61
Version 1.2.14
2021-03-04 17:47:41 +01:00
kamel5
fdc8195174
Add active recordings to timeshift mode
...
If the current program is paused (timeshift mode), a recording
is created with an "@" at the beginning. A skin can display
this mode differently than the normal playback of a recording.
This change also enables a different display mode for currently
active timer recordings.
2021-03-04 17:47:32 +01:00
kamel5
e7ea88c253
Revert "Disabled timeshift display for non timeshift recordings"
...
This reverts commit 1fc5379e2e
.
2021-03-04 17:33:59 +01:00
kamel5
80cb1ec0ef
Update estuary4vdr
...
Correct position of time
2021-03-04 17:33:41 +01:00
Peter Bieringer
105fe893a2
Merge remote-tracking branch 'upstream/master'
2021-03-01 07:25:50 +01:00
kamel5
402044d4c4
Version 1.2.13
2021-02-15 14:00:40 +01:00
kamel5
99d2bc6a86
Eliminate SetRecordingLength
2021-02-15 14:00:40 +01:00
kamel5
15aa722410
Move SetTimeShiftValues
2021-02-15 14:00:40 +01:00
kamel5
afa9cb77a3
Add element timeShiftTimes to displayreplay
...
In displayreplay the tokens recstart, playbacktime and timeshiftrest
added to display start time, actual playback time and the rest of
the actual recording in timeshiftmode.
2021-02-15 14:00:35 +01:00
kamel5
1fc5379e2e
Disabled timeshift display for non timeshift recordings
2021-02-15 12:22:33 +01:00
kamel5
7a70ed13a7
Add tokens eventstart and eventstop to eDRRecTitleST
...
Tokens eventstart and eventstop can be used in displayreplay timshiftmode to
display the start and end time of the coresponding event
2021-02-15 12:22:33 +01:00
kamel5
808fba2367
Add datetime to displaychannel in skin estuary4vdr
2021-02-15 10:50:35 +01:00
kamel5
64599db339
In timeshift mode, the title of the actual playback position is displayed
...
If the timeshift mode is activated during playback, the title of the
program that was active when the time shift started is displayed by
pressing OK.
The behavior has now been changed so that the title of the program is
displayed in the actual playback position when you press OK.
2021-02-11 17:39:18 +01:00
kamel5
628a28201b
Revision cViewReplay::SetTimeShiftValues()
...
When the timeshift recording reaches the end time of the start event,
the progress bar and the end time no longer shows any useful
information.
From this version the current live event is used to calculate the
progress bar and the end time.
2021-02-11 17:34:23 +01:00
kamel5
538d59ca4e
An error with the remaining time in the channel display has been fixed
...
The remaining time in the channel display wasn't updated.
A new token "currentremaining" was introduced in the Progressbar section
of displaychannel.xml.
2021-02-11 17:34:23 +01:00
kamel5
78d424d256
Token eLeMenuDefaultIT::devstatus added
2021-02-09 15:57:13 +01:00
kamel5
cba8fe1eb4
Missing token eCeMenuSchedulesIT::durationminutes added
2021-02-09 15:57:13 +01:00
kamel5
b9093a6dca
Update Skin estuary4vdr
2021-02-09 15:57:10 +01:00
kamel5
c3f7a2cfdf
Fixed a bug in timeshift mode that prevented the progress bar from updating in pause mode
2021-02-08 15:31:59 +01:00
kamel5
6972a59e1b
A bug with timeshift in connection with global timers has been fixed
...
With commit 8a04a17
an error was introduced which did not take the global
timers into account in the timeshift replay.
thanks to @machtnix at vdr-portal.de for finding the bug
2021-02-08 11:05:51 +01:00
kamel5
f8b6b2cf1b
This reverts bd86dd4de
"disabled timeshift display for instant recordings"
2021-02-06 17:58:19 +01:00
kamel5
0eaed1eb91
Version 1.2.12
2021-02-06 13:55:19 +01:00
kamel5
a48427cffc
Merge branch 'pbiering/skindesigner-fix-eDmDetailedHeaderRec-crash'
2021-02-06 13:42:17 +01:00
Peter Bieringer
764f657620
Merge branch 'fix-Wstringop-overflow'
2021-02-06 12:55:42 +01:00
Peter Bieringer
dd30dacb5b
fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10
2021-02-06 12:52:19 +01:00
Peter Bieringer
4bebeda1b0
fix 3x Wstringop-overflow compiler warnings
2021-02-06 09:36:17 +01:00
Peter Bieringer
7d63e95471
add TODO token
2021-02-06 08:12:45 +01:00
kamel5
78483aa3d8
Merge branch 'pbiering/skindesigner-add-Recording-isInUse'
2021-02-05 12:51:32 +01:00
Peter Bieringer
9def7d2b0d
rename to isRecording, filter IsInUse proper, add also to replay recinfo
2021-02-05 08:44:00 +01:00
Peter Bieringer
ca354a29e6
added token for recordings: isInUse
2021-02-05 08:06:22 +01:00
kamel5
452a4384c2
Version 1.2.11
2021-02-03 13:58:09 +01:00
kamel5
1c393e23a5
Fixed an error in displayreplay if no recording information are available
2021-02-03 13:53:25 +01:00
kamel5
6aeaf41467
Merge branch 'pbiering/skindesigner-fix-busy-svdrpresult'
2021-02-03 11:58:00 +01:00
Peter Bieringer
b044321b1f
also be initialized in case of backup skin is active
2021-02-03 07:13:41 +01:00
Peter Bieringer
68d4d6acae
SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash)
...
SVDRP: respond with proper error message in case of OSD is active or parsing error
2021-02-03 07:10:24 +01:00