MythTV / mythtv

The official MythTV repository
https://www.mythtv.org
GNU General Public License v2.0
699 stars 343 forks source link

Include program title/sub-title in the filename when downloading from the webapp #886

Closed phippodoplis closed 1 month ago

phippodoplis commented 3 months ago

Is your feature request related to a problem? Please describe. If I download a program on my phone from the webapp I get a file with just the airdate in the filename, which makes it difficult to identify programs later.

Describe the solution you'd like The file name should include the title (and sub-title or series and episode numbers) in the file name.

Describe alternatives you've considered MythWeb just uses the title, which is fine for movies, not so good for series.

bennettpeter commented 1 month ago

Requires a change to the content api to not set a filename or to set a specified filename.Currently it sets the file name of the recording file. If it does not set the file name we can use the download attribute to set a name.

bennettpeter commented 1 month ago

This has been implemented in master.

phippodoplis commented 1 month ago

Thanks Peter, last thing stopping me leaving mythweb