home.social

#qocc β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qocc, aggregated by home.social.

  1. 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

    #bash #gnu #linux #hoppy #qocc #termux #android #nostore

  2. 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

    #bash #gnu #linux #hoppy #qocc #termux #android #nostore

  3. 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

    #bash #gnu #linux #hoppy #qocc #termux #android #nostore

  4. 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

    #bash #gnu #linux #hoppy #qocc #termux #android #nostore

  5. 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

    #bash #gnu #linux #hoppy #qocc #termux #android #nostore