Commit graph

4 commits

Author SHA1 Message Date
appeasementPolitik
21e08299b1
Use ffmpeg for tag script (#1193)
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
2022-09-23 14:55:42 +00:00
appeasementPolitik
41b729acd3
Fix tag script mp3 issue (#1182)
* 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
2022-09-22 12:52:04 +00:00
Manuel
687e2e1ef6
Added support for flac tags via metaflac (#823) 2020-09-30 15:15:01 -04:00
Luke Smith
a6cee230d0
for video;
remember to install opustags, ffmpeg and youtube-dl
2020-05-27 09:22:40 -04:00