2014-09-27 09:25:14 +02:00
VDR Plugin 'skindesigner' Revision History
---------------------------------------
2014-09-27: Version 0.0.1
- Initial revision.
2014-10-03 07:17:16 +02:00
Version 0.0.2
2014-11-07 17:31:27 +01:00
- added some more tokens with more detailed audio information in
displaychannel -> statusinfo
2014-10-03 07:30:20 +02:00
- added hasVPS for current scheduling in displaychannel -> epginfo
2014-10-03 15:54:23 +02:00
- added common channel logo path for all skins
- changed skin handling so that every skin is directly shown in VDR OSD Menu
- added Theme support, each skin can now have various themes
2014-11-07 17:31:27 +01:00
- fixed a crash if no skindesigner skins are found and plugin setup menu is
called from another skin
2014-10-05 17:03:38 +02:00
- added {durationhours} and {durationminutes} tokens in several view elements
2014-11-07 17:31:27 +01:00
- added discusage icons to menu header view element so that it discusage can be
displayed in every menu view
2014-10-07 17:36:33 +02:00
- added numeric day, month and year tokens in different view elements
2014-10-10 15:32:38 +02:00
- support for global variables type "double"
2014-10-11 12:13:15 +02:00
- added setup options to configure rerun display behaviour
- changed display of menu lists, do flush first after complete rendering
2014-10-11 16:31:39 +02:00
- added support for custom tokens in dislaychannel
2014-10-11 16:55:30 +02:00
- added vps token in menudetailepg
2014-10-15 18:04:12 +02:00
- implemented cSDDisplayMenu::GetTextAreaFont()
2014-10-17 17:44:02 +02:00
- introduced new viewelement audioinfo in displaychannel
2014-11-07 17:31:27 +01:00
- added setup option to choose Menu Item display method between "at one go" and
"after one another"
- fixed bug that new skin was not properly loaded sometimes when skin was
changed in OSD Setup menu
- fixed bug that new font was displayed first after VDR restart when font was
changed in OSD Setup menu
- display always newest recording of folders in recordings list,
thanks@ Lars Hanisch for providing the patch
2014-10-20 17:35:52 +02:00
- added extented recording information
2014-11-07 17:31:27 +01:00
- added token {nummenuitem} as number of item for every list, value starts
with 1
2014-10-25 11:38:39 +02:00
- fixed bug that x and y of subviews was not respected
2014-10-25 15:08:57 +02:00
- if a subview is completely not set in a skin, the default menu is used
2014-11-07 17:31:27 +01:00
- fixed a bug if displaydetailedtext is called without correct menucat (mailbox
plugin)
2014-10-25 16:58:05 +02:00
- implemented function drawslope, see Wiki for documentation
2014-10-25 17:29:41 +02:00
- using default menu list in case an invalid MenuCategory is set
2014-10-25 20:10:00 +02:00
- added device info in displaychannel, example in metrixHD
2014-10-26 08:26:44 +01:00
- improved menu icon display, additionally using menu cat
2014-10-26 08:30:21 +01:00
- changed devices list, device numbers start with 0
2014-10-26 08:47:24 +01:00
- fixed bug that hasposter is only true if poster really exists
2014-11-07 17:31:27 +01:00
- no absolute pathes allowed for image type "image", path has to start with
{ressourcedir}
2014-10-26 11:09:09 +01:00
2014-10-26 11:15:48 +01:00
Version 0.0.3
2014-10-26 08:26:44 +01:00
2014-11-07 17:31:27 +01:00
- added tokens for current video and audio bitrate in displaychannel.
Thx @rofafor for the original code
2014-10-28 16:39:42 +01:00
in the femon plugin and _Martin_ for extracting the code in skinflatplus
- changed skin metrixHD to display bitrate infos
2014-11-07 17:31:27 +01:00
- added "active" Token for cutting marks so that a mark can be displayed in a
dedicated way if current position in replay exactly hits the mark
- added {channelname}, {channelid}, {channellogoexists} for all schedules list
and current views
2014-11-01 13:03:52 +01:00
- added printf function for <drawtext>, see Wiki for documentation
2014-11-07 17:31:27 +01:00
- removed code for displaying bitrates in displaychannel again because of
incompatibility with dvbapi Plugin
2014-11-01 16:02:56 +01:00
- optimized performance when creating a menu list
2014-11-07 17:31:27 +01:00
- fixed Bug that displaychannel was not shown after closing displaymenu with
"backspace" (with active menuorg plugin)
2014-11-02 11:41:41 +01:00
- fixed Bug with menuselection Patch
2018-02-16 18:12:48 +01:00
- added tokens {month}, {monthname} and {year} in displaymenutimers listitem and
2014-11-15 15:21:36 +01:00
currentitem
2018-02-16 18:12:48 +01:00
- added dedicated tokens for posters and banners in <srapercontent> in
2014-11-15 15:21:36 +01:00
displaychannel and displayreplay
2014-11-15 09:47:22 +01:00
- added Plugin Interface
2014-11-15 09:50:39 +01:00
- fixed crash when clearing a message in displaychannel and displayreplay
2014-11-15 09:54:51 +01:00
- fixed positioning of scaled video window if borders are configured
2014-10-25 15:08:57 +02:00
2014-11-15 10:08:49 +01:00
Version 0.0.4
2014-11-15 11:15:48 +01:00
- added SVG Support - thanks to Manuel Reimer!
Version 0.0.5
2014-11-15 15:21:36 +01:00
2018-02-16 18:12:48 +01:00
- added {channelnumber} and {channelname} Tokens in displaymenudetailepg
2014-11-15 15:21:36 +01:00
detailheader
2014-11-15 15:49:48 +01:00
- fixed {hasicon} Token in displaymenu header
2014-11-15 16:24:07 +01:00
- added {newmails} Token in displaychannel statusinfo, mailbox plugin
has to be installed
2014-11-18 18:33:27 +01:00
- clearing displaymessage if it is called without text
2014-11-21 19:19:59 +01:00
- changed handling of channel logos, width and height are now mandatory
2014-11-22 09:32:30 +01:00
Version 0.0.6
2014-11-22 11:48:54 +01:00
- fixed Bug that channel info was not shown when displaying reruns with
epgsearch
2014-11-22 12:19:13 +01:00
- using VDRs OSD Language instead of system language
2014-11-23 16:46:56 +01:00
- added compatibility to librsvg >= 2.36.1
2014-11-29 11:23:54 +01:00
- added onpause and onpausemodeonly in displayreplay
2014-11-29 11:55:53 +01:00
- added {channellogoexists} Token everywhere where {channelid} is available
2014-11-29 11:56:49 +01:00
Version 0.0.7
2014-11-29 16:00:42 +01:00
- fixed bug that global double vars are not working
2014-11-29 18:16:34 +01:00
Version 0.0.8
2014-12-06 11:17:15 +01:00
2014-12-06 11:25:26 +01:00
- added {channelnumber} Token in displaymenuschedules
2014-12-06 11:17:15 +01:00
- displaying default menu list if menu category is set to another category
2014-12-06 11:25:26 +01:00
but SetItem() is called
2014-12-07 14:28:41 +01:00
Version 0.1.0
2014-12-10 19:27:20 +01:00
- fixed display of color buttons in detailed views
2018-02-16 18:12:48 +01:00
- fixed possible Nullpointer access in displaymenurootview
2014-12-19 15:05:26 +01:00
- added currentschedule viewelement in displaymenumain
- fixed bug that wrong channel was shown in header of whatson
2014-12-19 15:39:21 +01:00
if entering from whatsonnow
- added customtokens view element in displaymenumain
2014-12-19 15:40:26 +01:00
- added automatic determination of custom int tokens
Version 0.1.1
2015-01-06 06:07:48 +01:00
- added "temperatures" view element in displaymenumainview to display
cpu and gpu temperature in main menu (scripts to get temperatures
2015-01-06 06:23:36 +01:00
borrowed from skinflatplus). scripts to get temperatures have to be
adapted according the system setup.
2015-01-06 06:07:48 +01:00
- added "time" view element in displaychannelview, displayreplay view
and displaymenuviews to display current time with seconds precision
- added {currenttab}, {prevtab}, {nexttab} Tokens in <tablabels> view
elements
- fixed bug that in displaytracks the audio tracks are not positioned
correctly
- fixed some minor bugs
- added skin "blackhole"
2015-01-06 06:23:36 +01:00
- added customtokens view element in displayreplay
2015-01-06 11:11:05 +01:00
- optimised some settings in skin blackhole
2015-01-06 11:11:46 +01:00
2015-01-06 06:07:48 +01:00
Version 0.1.2
2015-01-07 05:16:37 +01:00
- display only active remote timers in main menu
2015-01-07 17:29:58 +01:00
- fixed two possible null pointer accesses in displaymenurootview
2015-01-10 10:10:31 +01:00
- fixed bug that EPGSearch Favorites Menu was not displayed correctly,
introduced "whatsonfavorites" Token in displaymenuschedules
2015-01-11 14:46:33 +01:00
- fixed again display of channel in schedules header
- added now and next in blackhole channels menu
2015-01-12 12:40:28 +01:00
- fixed bug that epg quicksearch menu was not displayed properly
2015-01-15 14:07:22 +01:00
- added weatherforecast templates
- some fixes for plugins which use skindesigner template interface
Version 0.1.3
2015-01-16 11:25:20 +01:00
2015-01-18 12:03:06 +01:00
- added {epgname} token for recordings in currentview and detailedview.
2015-01-18 12:06:02 +01:00
- fixed crash when start recording with extrecmenu or remotetimers
2015-01-18 15:43:05 +01:00
Version 0.1.4
- fixed token volpercent in nopacity and metrixhd
2015-01-18 15:54:41 +01:00
- added "empty" operator additionally to "isset" to check in a condition
if a string token is set
2015-01-18 16:06:54 +01:00
- added token {nummenuitem} for plugin menu lists
2015-01-19 09:41:49 +01:00
- fixed bug that custom int tokens were not considered in conditions
2015-01-20 14:26:28 +01:00
- added possibility for skinners to define a skin setup, skin setup can
be done in plugin setup menu
- made skin blackhole configurable, adapted xml files
2015-01-20 14:37:18 +01:00
Version 0.1.5
2015-01-21 18:15:29 +01:00
- removed suppression of first DisplayChannel call after VDR start
2015-01-21 18:33:19 +01:00
- fixed "flickering" bug with vdr2.1.7
- fixed bug that osd language was not set correctly which caused one
additional skin caching at startup
2015-01-21 18:15:29 +01:00
2015-01-21 18:33:19 +01:00
Version 0.1.6
2015-01-22 18:08:12 +01:00
- fixed bug that onpause view potentially starts during setting cutting
marks
2015-01-24 10:47:47 +01:00
- made all globals variables private
- introduced globals.xml in skinpath, theme.xml in theme path. theme.xml
2015-01-25 11:48:30 +01:00
adds its vakues and potentially overrides valués from globals.xml
- check icons, menuicons and skinparts additionally directly in skin folder
2015-01-25 12:12:07 +01:00
to allow default images which can be used for all skins
2018-02-16 18:12:48 +01:00
- fixed bug that setup variables are sometimes not identified in case two
2015-01-25 12:12:07 +01:00
or more skin names start identically
2015-01-25 12:36:29 +01:00
Version 0.2.0
2015-01-26 17:10:17 +01:00
- fixed Bug that double vars were not handled correctly
- fixed Bug that calling mplayer plugin via keymacros.conf causes segfault
Version 0.2.1
2015-01-27 17:36:29 +01:00
- fixed bug that global tokens were not parsed correctly
2015-01-27 17:46:21 +01:00
- added finnish translation
2015-01-28 17:58:50 +01:00
- some more nopacity optimizations - thanx@utility
2015-01-31 11:46:06 +01:00
- added possibiliy to use submenus in the skin setup menus
- reloading active skin directly after closing setup menu so that
2018-02-16 18:12:48 +01:00
changes of setup parameters are immediately in use
2015-01-31 11:47:58 +01:00
Version 0.2.2
2015-01-31 17:44:03 +01:00
- added replay onpause view in blackhole skin
2015-02-01 14:45:33 +01:00
- implemented SetTitle() in displayreplay
2015-02-12 18:56:41 +01:00
- fixed header icon for plugin menus
2015-03-12 17:28:35 +01:00
- added function "drawtextvertical"
- implemented advanced plugin interface
- added tvguideng templates for all skins
Version 0.3.0
2015-02-12 18:56:41 +01:00
2015-03-13 18:00:39 +01:00
- checking setup conditions for viewelements
2015-03-13 18:07:33 +01:00
- fixed FadeOut bug
2015-03-14 07:11:13 +01:00
- fixed crash when opening and closing main menu consecutively
- fixed bug detecting menu item numbers in main menu
2015-03-14 07:23:26 +01:00
- fixed recording progress bar in nopacity
2015-03-15 15:50:12 +01:00
- added <systemmemory> viewelement in main menu
2015-03-15 18:11:07 +01:00
- added possibility to hide root menu from a subview template
2015-03-19 16:35:21 +01:00
- moved access to cControl to main thread to avoid crash
in onpauseview
- added recording icons to metrixHD
2015-03-19 16:46:46 +01:00
- fixed colors in tvguideng timeline in nopacity darkred
2015-03-19 16:47:45 +01:00
Version 0.3.1
2015-03-20 14:16:09 +01:00
- Fixed hide root menu from a subview template
2015-03-20 16:43:20 +01:00
- Fixed translation of grids
2015-03-20 16:58:46 +01:00
- adapted tvguideng templates
2015-03-20 17:07:47 +01:00
Version 0.3.2
2015-03-22 13:40:00 +01:00
- fixed crash in drawing devices
2015-03-22 12:52:10 +01:00
- fixed crash if number of dvb devices changes
2015-03-28 11:57:51 +01:00
- added possibility to detach dedicated viewelements in displaychannel
and displaymenumain that they start in an own thread
- introduced background="true" attribute in viewelements. These areas
will only be drawn once.
2015-03-28 12:33:06 +01:00
- fixed bug in creating osd
2015-03-28 12:35:32 +01:00
- fixed bug when creating pixmaps
2015-03-22 13:40:00 +01:00
2015-03-28 12:37:49 +01:00
Version 0.3.3
2015-03-29 13:29:59 +02:00
- added viewelement <lastrecordings> with information about 5 newest
recordings in main menu
2015-03-30 18:05:53 +02:00
- fixed bug that parameters with both dynamic tokens and relative width,
height, posx or posy values are not parsed correctly
2015-03-31 05:34:41 +02:00
- fixed bug also for loops
2015-03-31 06:57:02 +02:00
- added possibility to draw vertical text bottomum and topdown
2015-03-31 07:14:18 +02:00
- translate drawtextvertical
2015-03-31 11:53:25 +02:00
- added viewelement <endtime> in displayreplay to display the time
the currently replayed recording ends
2015-03-31 16:08:42 +02:00
- added viewelement <sortmode> in displaymenu to display the sort
mode of the currently displayed menu. <sortmode> can be used in
any list menu, implementation in displaymenu.xml is default
2015-04-01 10:14:26 +02:00
- use recording info for <currentschedule> viewelement in main menu
if recording is replayed. New token {islivetv} indicates this.
2015-04-01 10:36:48 +02:00
- added Token {percentseen} to listelements in menurecordings. For
VDR Version < 2.1.8 {percentseen} is set to -1.
2015-04-01 11:21:00 +02:00
- added Token {timers[isremotetimer]} to <timers> in main menu
2015-04-01 13:26:36 +02:00
- added parameter mode to viewelement <devices>. if mode="light"
2015-04-01 16:02:16 +02:00
no signal information will be fetched to improve performance.
2015-04-02 15:09:41 +02:00
Version 0.3.4
2018-02-16 18:12:48 +01:00
2015-04-02 07:27:15 +02:00
- fixed backward compatibility to VDR version < 2.1.1 where
2015-04-02 07:50:14 +02:00
cRecording::IsInUse() was introduced
- automatically detect type of image if no file extension is available
2015-04-02 15:09:41 +02:00
- introduced libskindesignerapi
2015-04-03 10:07:58 +02:00
Version 0.4.0
2015-04-03 15:42:08 +02:00
- fixed bug that time was not correctly drawn if a submenu implements
its own time display
2018-02-16 18:12:48 +01:00
- fixed bug that date was drawn every flush in displayreplay
2015-04-03 16:12:35 +02:00
- fixed bug in metrixhd timers menu
2015-04-04 07:09:22 +02:00
- fixed bug that datetime was not correctly drawn if a submenu implements
its own datetime display
2015-04-04 17:42:23 +02:00
- adapted Makefiles to work also in a LCLBLD environment
- reverted Makefile changes in parts
2015-04-05 16:56:15 +02:00
- added category indicator token to default menus
2015-04-05 16:57:50 +02:00
Version 0.4.1
2015-04-06 09:58:33 +02:00
- added locks around cTextWrappers to avoid crashed when concurrently
accessing fonts
2015-04-06 15:34:08 +02:00
- changed build and install process
2015-04-06 15:34:41 +02:00
Version 0.4.2
2015-04-07 17:46:39 +02:00
- fixed bug that datetime was not drawn correctly in menus
2015-04-10 16:44:29 +02:00
- fixed bug that string tokens are not evaluated in area conditions
2015-04-11 16:21:33 +02:00
- added possibility to draw a debug grid in views
2015-04-11 16:48:58 +02:00
- added more info if debugImage is activted in config
2018-02-16 18:12:48 +01:00
- added possibility for blinking images, texts, rectangles, ellipses
2015-04-12 17:10:06 +02:00
and slopes
2015-04-12 17:21:41 +02:00
- adapted libskindesignerapi makefile for LCLBLD
2015-04-06 09:58:33 +02:00
2015-04-12 17:22:41 +02:00
Version 0.4.3
2015-04-18 16:39:30 +02:00
- added strequal, strnotequal, strcontains, strnotcontains functions
to compare strings in conditions
2015-04-18 18:11:44 +02:00
- fixed sort order in lastrecordings viewelement
2015-04-19 16:55:20 +02:00
- added tokens for progressbars in displamenudefault
2015-04-26 14:05:14 +02:00
- implemented dvbapi service interface, added viewelement ecminfo
in displaychannel
2015-04-29 18:22:17 +02:00
- added cardsystem name to ecm info
2015-04-29 18:25:38 +02:00
- added correct menucategory for skin setups
2015-04-30 17:11:34 +02:00
- fixed bug that tokens in image pathes are not replaced correctly
2015-04-29 18:22:17 +02:00
2015-05-01 10:56:46 +02:00
Version 0.4.4
2015-05-03 11:22:01 +02:00
- feature: possibility to move viewelements when starting view
2015-05-10 12:55:23 +02:00
- expanded shifting features
2015-05-10 12:56:13 +02:00
Version 0.4.5
2015-05-10 13:55:09 +02:00
- added {numtimers} Token to lastrecordings viewelement
- fixed time display bug in displaymenurecordings
2015-05-10 14:19:36 +02:00
- added token {watched} to displaymenurecordings
2015-05-14 06:45:03 +02:00
- fixed bug that scrapercontent in displaychannel was not
updated if detached
- fixed bug that detached viewelements were not cleared
2015-05-14 10:09:34 +02:00
correctly
- implemented shiftout for views
2015-05-14 10:38:08 +02:00
- fixed blinking for animated views
2015-05-14 11:26:30 +02:00
- chachged displaymessage in menus to detachable
2015-05-14 12:09:44 +02:00
- fixed dayseparators in schedules menu
2015-05-14 12:16:21 +02:00
- small fixes in metrixhd main menu
2015-05-14 12:17:44 +02:00
Version 0.4.6
2015-05-14 15:28:50 +02:00
- added token {startsin} in displaymenuschedules
2015-05-14 16:55:56 +02:00
- added viewelement <vdrstatistics> in main menu
2015-05-15 10:03:34 +02:00
- added permashift support in displaychannel
2015-05-16 07:57:14 +02:00
- added timeshift support in displayreplay
2015-05-15 10:03:34 +02:00
2015-05-16 11:25:21 +02:00
Version 0.4.7
2015-05-22 14:39:01 +02:00
2015-05-22 13:56:52 +02:00
- fixed crash when deleting menuitem
- fixed ecm time display
2015-05-22 13:58:48 +02:00
- provide 10 last recordings in <lastrecordings> viewelement
2015-05-22 14:07:03 +02:00
- fixed translation in currentelement loops
2015-05-22 14:30:16 +02:00
- fixed timeshifttotal in displayreplay timeshift mode
2015-05-22 14:07:03 +02:00
2015-05-22 14:39:01 +02:00
Version 0.4.8
2015-05-30 16:43:59 +02:00
- implemented Skin Repositories
2015-05-30 16:47:33 +02:00
Version 0.5.0
2015-05-31 06:41:40 +02:00
- fixed display of channel separators
2015-05-31 07:02:15 +02:00
- added some debug output when installing skins
- added timeout for preview screenshot downloading
2015-05-31 16:50:33 +02:00
- added some skins
- adapted README
2015-05-30 16:47:33 +02:00
2015-05-31 16:51:12 +02:00
Version 0.5.1
2015-06-04 10:57:25 +02:00
- changed skin installation that VDR main loop is not blocked
- use shallow clone when cloning git
2015-06-04 16:29:25 +02:00
- implemented possibility to delete skins
2015-06-04 10:57:25 +02:00
2015-06-04 16:31:19 +02:00
Version 0.5.2
2015-06-05 14:48:45 +02:00
- only close OSD when a skin is successfully updated from Git
- refresh custom token display with each custom token change
2015-06-05 17:32:24 +02:00
- added recording shorttext, description and scraper poster tokens
to displaymenurecordings listelement
- allow currentelements to use conditions
2015-06-13 10:55:41 +02:00
- fixed bug searching channel logos with channelid
2015-06-13 15:05:07 +02:00
- fixed bug in parsing printf text tokens
2015-06-13 15:10:34 +02:00
- changed "Update from Git" to "Update"
2015-06-13 15:41:41 +02:00
- made viewelement scrapercontent in displayreplay detachable
2015-06-13 15:42:26 +02:00
2015-06-18 10:21:43 +02:00
Version 0.5.3
- added SVG Template parsing
- fixed memory leak when creating fonts
2015-06-20 06:30:26 +02:00
- fixed crash using animated images in plugins
2018-02-16 18:12:48 +01:00
- added banner to displaymenuschedulescurrentview and
2015-06-20 15:54:53 +02:00
displaymenureplaycurrentview
2015-07-07 17:58:10 +02:00
- immplemented areacontainers to group areas
2015-07-08 19:08:57 +02:00
- fixed bug displaying pixmaps with transparency
2015-07-09 00:14:42 +02:00
- fixed bug displaying wrong headers in skin setup submenus
2015-07-08 19:08:57 +02:00
2015-07-09 17:38:21 +02:00
Version 0.6.0
2015-07-10 15:55:49 +02:00
- fixed bug that menulists are not read if no currentelement
is defined
Version 0.6.1
2015-07-11 13:28:19 +02:00
- changed skinrepository from static file to github repository
2015-07-12 09:24:58 +02:00
- fixed flickering when main menu is fading
2015-07-12 13:35:16 +02:00
- some changes in metrixHD
2015-07-15 19:08:05 +02:00
- changed font in metrixhd from "VDROpen Sans" to "Open Sans"
- fixed crashes if main menu is opened consecutively
2015-07-17 17:37:16 +02:00
- added version check for skinrepositiries
2015-07-12 13:35:16 +02:00
2015-07-17 17:38:12 +02:00
Version 0.6.2
2015-07-25 14:19:32 +02:00
- added progressmodeonly viewelement in displayreplay
2015-07-29 18:32:03 +02:00
- fixed bug in checking skin version
2015-07-29 22:44:55 +02:00
- added {watched} and {percentseen} to displaymenurecordings
current view
2015-07-30 18:19:22 +02:00
Version 0.6.3
2015-08-08 11:04:15 +02:00
- implemented horizontal menus
2018-02-16 18:12:48 +01:00
For displaying horizontal menus with VDR <= 2.2.x a VDR
patch is required (see /patches/vdr-2.2.0_horizontal_menu.patch
in the plugin source directory). Without this patch the keys
left/right and up/down are not toggled in horizontal menus.
2015-08-08 11:04:15 +02:00
With VDR >= 2.3.1 this patch is not needed anymore.
- added possibility to add conditions to <menuitems> elements
- added possibility to define a viewelement several times with
different conditions
- added "string" skin setup parameter with multiple options
- added "valign" option in <drawtextbox>. If the box height is set
and the text does not need the complete height, with valign="center"
the text can be placed horizontally centered inside the box borders.
2018-02-16 18:12:48 +01:00
- implemented optional horizontal main-, recordings- and
2015-08-08 11:04:15 +02:00
weatherforecast menu in metrixhd
2015-08-08 11:20:13 +02:00
Version 0.7.0
2015-08-09 09:33:36 +02:00
- fixed compiling fur unpatched VDR
2015-08-09 12:26:24 +02:00
Version 0.7.1
2015-08-10 22:48:52 +02:00
- fixed bug that setup int parameters do not respect the max value
2015-08-14 17:23:12 +02:00
- added possibility to define help texts for skin setup parameters
Version 0.7.2
2018-02-16 18:12:48 +01:00
Version 1.2.4 (horchi)
- added compatibility to vdr 2.3.8
2018-02-16 19:55:36 +01:00
Version 1.2.5 (horchi)
- added timer type to epg2vdr interface
2018-02-17 15:34:44 +01:00
Version 1.2.6 (horchi)
- extended epg2vdr timer interface for schedules
2018-03-03 09:03:00 +01:00
Version 1.2.7 (horchi)
- changed menu numbering handling vor mcMain
> now only numbers up to 999 are detected as 'Numbering'
2019-06-21 14:10:45 +02:00
Version 1.2.8 (kamel5)
- fixed some look sequence reports
- Updated Makefile
2021-01-17 14:36:20 +01:00
- Optimization for softhdcuvid
- Refactor reruns
- Update services/epgtimer.h
- Refresh imgCache if OsdProvider was changed
Version 1.2.9
- [pbiering] added tokens for framesPerSecond and isHD
- [pbiering] improve HD detection code, catch also stream content 9
2021-01-22 18:03:02 +01:00
2021-02-06 12:52:19 +01:00
Version 1.2.10 (buggy)
2021-01-22 18:03:02 +01:00
- [pbiering] added tokens for recordings: isUHD, isRadio
- [pbiering] added token for channels: isUHD
2021-01-25 16:05:35 +01:00
- [pbiering] expose to displaymenurecordings: recchannelname, recchannelid
- [pbiering] retrieve ChannelName from 'info' and fallback via ChannelID from active channel list
- [kamel5] Update skin estuary4vdr
2021-01-27 20:34:30 +01:00
2021-02-06 12:52:19 +01:00
Version 1.2.11 (buggy)
2021-01-27 20:34:30 +01:00
- [pbiering] align displayed tuner number (0,1,2 -> 1,2,3)
2021-02-03 07:10:24 +01:00
- [pbiering] SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash)
- [pbiering] SVDRP: respond with proper error message in case of OSD is active or parsing error
2021-02-03 13:58:09 +01:00
- [kamel5] Fixed an error in displayreplay if no recording information are available
2021-02-05 08:06:22 +01:00
Version 1.2.12
2021-02-05 08:44:00 +01:00
- [pbiering] added token for recordings: isRecording
2021-02-06 12:52:19 +01:00
- [pbiering] fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10
2021-02-08 17:38:34 +01:00
Version 1.2.13
- [kamel5] A bug with timeshift in connection with global timers has been fixed
- [kamel5] Fixed a bug in timeshift mode that prevented the progress bar from updating in pause mode
- [kamel5] Update Skin estuary4vdr
- Token eCeMenuSchedulesIT::durationminutes added
- Token eLeMenuDefaultIT::devstatus added
- [kamel5] An error with the remaining time in the channel display has been fixed
- [kamel5] Revision cViewReplay::SetTimeShiftValues
- [kamel5] In timeshift mode, the title of the actual playback position is displayed
- [kamel5] Add token recstart to displayreplay
- [kamel5] Add tokens eventstart and eventstop to eDRRecTitleST
- [kamel5] Disabled timeshift display for non timeshift recordings
- [kamel5] Add element timeShiftTimes with tokens recstart, playbacktime and timeshiftrest to displayreplay
2021-03-04 17:40:34 +01:00
Version 1.2.14
- [kamel5] Revert "Disabled timeshift display for non timeshift recordings"
- [kamel5] Add a different display mode to timeshift for currently active timer recordings
2021-03-15 14:15:07 +01:00
Version 1.2.15
- [kamel5] Update Update italian tanslation in metrixhd and estuary4vdr
- [pbiering] fix tuner device mapping in case tuners are not starting as first device
- [kamel5] Fix cutting marks wasn't updated
2021-05-03 07:01:04 +02:00
2021-05-05 11:31:37 +02:00
Upcoming for Version 1.2.16+
2021-05-05 19:56:26 +02:00
- [pbiering] add additional recording flag {isInUse} - can be used in skins for e.g. records in cutting/copy(queue)
- [pbiering] add additional <vdrstatus> exposing {vdrIsRecordingsHandlersActive} and {vdrIsRecording} - can be used in skins for e.g. IDLE/BUSY REC/FREE
2021-04-30 17:56:21 +02:00
- [kamel5] Fix Incorrect detection of a recording that is currently running
- [kamel5] Fix segfault with mpv plugin (thx to @lnj at vdr-portal.de)
- [kamel5] Update skin estuary4vdr
2021-05-05 19:56:26 +02:00
- [pbiering] add {vdrHasTimers} to <vdrstatus> - can be used in skins for e.g. REC/SCHED/FREE (in combination with {vdrIsRecording})
- [pbiering] add <vdrstatus> also to displaymenu.xml to be able to display in header