-
Notifications
You must be signed in to change notification settings - Fork 4
Mads edited this page Jun 18, 2021
·
19 revisions
- Filenames: Auto-detect and fix filename collisions (e.g. if all files are named media.mp3)
- Metadata: Tagging now extends to mp4 files (as well as mp3 and files using vorbis comments for metadata)
- Metadata: Can now use 'comment' field to overwrite comments on ID3 tags (all existing comment frames are deleted)
- Metadata: Empty values in metadata elements (e.g.
<album></album>
or<album/>
) can now be used remove the frame entirely. - Metadata:
<chapters></chapters>
is a special case of that. Adding the chapters element can be used to remove the table of contents and chapters frames (CTOC and CHAP). It will disregard any text value inserted.
- Filenames: Filesystem safe names. poca will automatically adapt the default or chosen filename to create legal filenames on the filesystem used for the podcast files (e.g. remove question marks from filenames on NTFS). It will not by default 'degrade' the filename more than needed for any given file system (see below).
- Filenames: New setting to manually set filename permissiveness: Override the default behaviour by ordering poca to start at a lower level of filename character permissiveness.
- Config: File permissions check is more granular. Checks out as long as user has read permission to poca.xml and write permission to db and media folder. Note: A read-only config file prevents poca from updating the url if status == 301.
- Filters: Filename filtering has been fixed
- Filters: Filtering errors are now reported
- Download: Cover images are downloaded once, and only downloaded again if there is a new one, rather than with each update.
- Improved unicode support (better testing for support and fallbacks)