FilePizza β€’ Your files, delivered.
Peer-to-peer file transfers in your browser.

Using WebRTC, FilePizza eliminates the initial upload step required by other web-based file sharing services. Because data is never stored in an intermediary server, the transfer is fast, private, and secure.

πŸ• https://file.pizza

#filetransfer #webrtc #p2p #peertopeer #webtool #privacy #security #browser #web #nostore #fasttransferspeed #file #filesharing

FilePizza β€’ Your files, delivered.

Peer-to-peer file transfers in your web browser.

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