Feature #3545
Separate recordings into "TV" and "Radio" folders
0%
Description
Currently I have TVHeadend separate recordings by channel. Is it possible to initially separate recordings by TV or Radio?
I have recordings stored as:
/Data/Recordings/BBC ONE/BBC News.mkv
/Data/Recordings/BBC Radio 1/The Rap Show with Charlie Sloth.mka
Whereas I would like to have them stored as:
/Data/Recordings/TV/BBC ONE/BBC News.mkv
/Data/Recordings/Radio/BBC Radio 1/The Rap Show with Charlie Sloth.mka
The TV/Radio folder names would be set from the channel's tag.
This would make the display of separate pages for TV and Radio recordings possible in Kodi, for example, whereas currently all recordings are displayed together.
History
Updated by Brian Davidson almost 9 years ago
Edit:
I have looked into this more. Both ActivateWindow(TVRecordings) and ActivateWindow(RadioRecordings) point to pvr://recordings/active/ (in my case, the /Data/Recordings/ folder.)
With the above proposed change, there would have to be change of the pvr-hts addon, so that ActivateWindow(TVRecordings) points to pvr://recordings/active/TV/ and ActivateWindow(RadioRecordings) points to pvr://recordings/active/Radio/
Updated by Kai Sommerfeld over 8 years ago
Kodi Krypton will come with windows actually showing recordings separated by radio and tv. This is already implemented and can be tried with current Kodi nightly builds. No need for additional changes in tvheadend for this.