Feature #4458
exported m3u playlist - use title-format= parameter for the HTTP request like for DVR filename
Start date:
2017-06-24
Due date:
% Done:
0%
Estimated time:
Description
I started using the M3U playlist of Tvheadend recordings, but it's quite troublesome to find the record I need.
This happens because it does not let me know the date it was recorded, displaying only the record title.
Since the record title is actually the regex filter for Autorec entries, it will be always the same in those kind of recordings.
- option 1: Separate the regex filter from the "Title" field in Autorecs and make the "Title" field customizable, just like the method in Recordings' filename pattern;
- option 2: Generate the M3U file based on recording's filenames, instead of their titles. Since it is already customized in Recording's filename pattern method, it'd be good enough;
- option 3: (workaround) Just add the Date of the recording to the recording Title inside the M3U playlist.
Thank you!
History
Updated by Jaroslav Kysela over 7 years ago
- Subject changed from More accurate titles in the recordings M3U playlist to export m3u playlist - use title-format= parameter for the HTTP request like for DVR filename
- Target version set to 4.4
Updated by Jaroslav Kysela over 7 years ago
- Subject changed from export m3u playlist - use title-format= parameter for the HTTP request like for DVR filename to exported m3u playlist - use title-format= parameter for the HTTP request like for DVR filename