summaryrefslogtreecommitdiffstats
path: root/.local/bin/tag
Commit message (Collapse)AuthorAgeFilesLines
* Use ffmpeg for tag script (#1193)appeasementPolitik2022-09-231-39/+17
| | | eyeD3 got orphaned in the AUR, so I looked for an alternative. Apparently ffmpeg also supports the ability to tag audio files, so this pull request replaces all the helper applications with ffmpeg
* Fix tag script mp3 issue (#1182)appeasementPolitik2022-09-221-1/+5
| | | | | | | | | * Fix tag script mp3 issue When you don't manually specify $total and $date with an mp3 file the eyeD3 command tries tagging with an empty variable, which causes it to error. This fixes it by only passing the parameter to the command if the variable is set. This pull request also adds support for the $genre and $comment variable. * Remove double backslash
* Added support for flac tags via metaflac (#823)Manuel2020-09-301-0/+8
|
* for video;Luke Smith2020-05-271-0/+59
remember to install opustags, ffmpeg and youtube-dl