summaryrefslogtreecommitdiffstats
path: root/movieinfopage.h
Commit message (Collapse)AuthorAgeFilesLines
* Guess actors from filenameArno2025-02-221-1/+0
| | | | | Continuing to use the filename pattern: use the first capture group split by '&' as possible actors.
* Improve Metadata parsingArno2025-02-221-1/+2
| | | | | Check the filename for the common pattern <actors - title - date>. If found, parse it and apply the result to the appropriate widgets.
* Extract more metadata from originalArno2024-06-261-1/+4
| | | | | | If the metadata tag creation_time exists in the original, use it to determine the release year. To avoid calling ffprobe twice, do it on movieinfopage and pass the value along by a registered field.
* Implement fuzzy check for subtitlesArno2018-11-031-0/+2
| | | | | | | | Query the database for a version of the new subtitle converted to lower and some special characters replaced. For now those chars are '[ .,''!-]' This should give us a good approximation if we already have a subtitle like that.
* Use new connect syntax in MovieInfoPageArno2018-11-031-4/+0
| | | | While at it, make some QPushButtons local instead of member variables.
* Put MovieInfoPage into separate fileArno2018-11-031-0/+70
Lots of code shuffle and headers cleanup, but no functional changes.