Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-17 | [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes ↵ | Sergey M․ | |
#13408) | |||
2017-05-14 | [postprocessor/metadatafromtitle] Add support regex syntax for ↵ | Sergey M․ | |
--metadata-from-title (closes #13065) | |||
2017-04-12 | improve coding style | Remita Amine | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-08-09 | [metadatafromtitle] Remove unused exception class | Sergey M․ | |
2016-08-09 | Make --metadata-from-title non fatal | nyorain | |
Output a warning if the metadata can't be parsed from the title (and don't write any metadata) instead of raising a critical error. | |||
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2015-04-18 | Postprocessors: use a list for the files that can be deleted | Jaime Marquínez Ferrándiz | |
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles). | |||
2015-03-14 | [metadatafromtitle] Some improvements and cleanup | Jaime Marquínez Ferrándiz | |
* Remove the 'songtitle' field, 'title' can be used instead. * Remove newlines in the help text, for consistency with other options. * Add 'from __future__ import unicode_literals'. * Call '__init__' from the parent class. * Add test for the format_to_regex method | |||
2015-03-14 | Add metadata from title parser | phiresky | |
(Closes #5125) |