FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
16 stars 33 forks source link

Incorrect processing of Timer filenames #33

Closed dave-p closed 8 years ago

dave-p commented 8 years ago

According to man vdr(5), in the timers.conf file "If the name contains any ':' characters, these have to be replaced by '|'. If the name shall contain subdirectories, these have to be delimited by '~' (since the '/' character may be part of a regular programme name)." The plugin does not replace ':' characters by '|', so if a timer is created which contains a colon (eg "New: Downton Abbey"), the filename becomes simply "New".

FernetMenta commented 8 years ago

thanks for bring this up. will look into it when I get time

FernetMenta commented 8 years ago

fixed by the referenced pr