mathieugouin / rpiDvr

Using a Raspberry Pi micro-computer as a DVR to record free over the air HD channels.
https://mathieugouin.github.io/rpiDvr
GNU General Public License v3.0
9 stars 0 forks source link

Kodi tvheadend recordings sort by name random second key sorting #16

Closed mathieugouin closed 7 years ago

mathieugouin commented 8 years ago

Steps:

Issue:

Multiple recordings with the same title are grouped, but they seem randomly sorted within the same title.

A good improvement would be to sort by name, then by date as a second key. This would be very useful when watching sequentially a series recording with multiple episodes.

mathieugouin commented 8 years ago

http://forum.kodi.tv/showthread.php?tid=295131

mathieugouin commented 8 years ago

A potential work-around is to sort by filename (instead of by name in kodi GUI) if the filename is setup properly. A good candidate is: title,episode number (if available), date (yyyy-mm-dd).

Example: District-31-E10_2016-09-27.ts

mathieugouin commented 7 years ago

Workaround accepted for now as solution.