Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jprieton/puddletag-actions
Actions for puddletag audio tag editor
https://github.com/jprieton/puddletag-actions
puddletag
Last synced: 1 day ago
JSON representation
Actions for puddletag audio tag editor
- Host: GitHub
- URL: https://github.com/jprieton/puddletag-actions
- Owner: jprieton
- Created: 2023-12-08T15:00:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:01:10.000Z (9 months ago)
- Last Synced: 2024-02-20T13:07:19.821Z (9 months ago)
- Topics: puddletag
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### English case
Convert to proper title case.
- Convert to upper case the first letter of every word in the string
- Fix lower-cases prepositions
- Convert to upper case the first letter of the string
- Convert to upper case the first letter after "*?*", "*!*" and "*(*"
- Convert to lower case the first letter next to a contraction**Know issues**:
* Sometimes require convert to lower case the string before apply
* Requires a manual review the result by context
* Acronyms maybe can converted incorrectly### Fix spaces
This fix spaces issues.
* Replaces "*%20*" and "*_*" by spaces
* Adds space after "*?*" and "*!*"
* Adds space before "*¿*" and "*¡*"
* Replaces multiples spaces to single space
* Trim the beginning and trailing spaces### Gapless
Mark the file as gapless using `comment:iTunPGAP` field.
### Spanish case
Convert to proper title case.
- Convert to upper case the first letter of the string
- Convert to upper case the first letter after "*¿*", "*?*", "*¡*", "*!*" and "*(*"**Know issues**:
* Sometimes require convert to lower case the string before apply
* Requires a manual review the result by context
* Acronyms maybe can converted incorrectly### Remove Remastered
Remove "*Remastered*" from the title and/or album.
- Remove "(*Remastered*)", "(*Remastered 2015*)" and "(*2015 Remastered*)"
- Also allows square brackets, ie. "[*Remastered*]", "[*Remastered 2015*]" and "[*2015 Remastered*]"
- Case insensitive### Copy Artist to Album Artist
Copy the artist field to the album artist field.