#qocc β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #qocc, aggregated by home.social.
-
Editing meta info can be a pain. #fdroid #vlc made playlists by FileName which ain't cool for podcasts with ambiguous fnms. But #exiftool in tandem with #jq are a save. They might have a dedicated way of doing this in exftl but this seemed faster than reading their (seemed like *WIN* first) documentation.
$ for i in $(ls *.mp3);do a=$(exiftool -j -'Title' $i | jq -r ".[].Title"); exiftool -'FileName'="$a" $i;done
-
Editing meta info can be a pain. #fdroid #vlc made playlists by FileName which ain't cool for podcasts with ambiguous fnms. But #exiftool in tandem with #jq are a save. They might have a dedicated way of doing this in exftl but this seemed faster than reading their (seemed like *WIN* first) documentation.
$ for i in $(ls *.mp3);do a=$(exiftool -j -'Title' $i | jq -r ".[].Title"); exiftool -'FileName'="$a" $i;done
-
Editing meta info can be a pain. #fdroid #vlc made playlists by FileName which ain't cool for podcasts with ambiguous fnms. But #exiftool in tandem with #jq are a save. They might have a dedicated way of doing this in exftl but this seemed faster than reading their (seemed like *WIN* first) documentation.
$ for i in $(ls *.mp3);do a=$(exiftool -j -'Title' $i | jq -r ".[].Title"); exiftool -'FileName'="$a" $i;done
-
Editing meta info can be a pain. #fdroid #vlc made playlists by FileName which ain't cool for podcasts with ambiguous fnms. But #exiftool in tandem with #jq are a save. They might have a dedicated way of doing this in exftl but this seemed faster than reading their (seemed like *WIN* first) documentation.
$ for i in $(ls *.mp3);do a=$(exiftool -j -'Title' $i | jq -r ".[].Title"); exiftool -'FileName'="$a" $i;done
-
Editing meta info can be a pain. #fdroid #vlc made playlists by FileName which ain't cool for podcasts with ambiguous fnms. But #exiftool in tandem with #jq are a save. They might have a dedicated way of doing this in exftl but this seemed faster than reading their (seemed like *WIN* first) documentation.
$ for i in $(ls *.mp3);do a=$(exiftool -j -'Title' $i | jq -r ".[].Title"); exiftool -'FileName'="$a" $i;done