good looking out.
- 0 Posts
- 8 Comments
Joined 2 years ago
Cake day: August 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
bastion@feddit.nlto Linux@lemmy.ml•Trying to recreate a version control system for my music collection, with one crucial difference ... 🤯3·7 days agoMake a script. I’d use xonsh or python with sh.py.
- create a dict for remote to local filename map
- walk your local collection
- for each file, determine what the correct remote name (including a valid extension) would be, and add the pair to the dict, with remote filenames as keys, local filenames as values
- make a set like
local_munged_names
from that dict’s keys - walk your remote tree, and store the filenames in a set like
remote_names
names_to_upload = local_munged_names - remote_names
- for each name in names to upload, look up the local filename from the remote to local filename map. Then, encode it if it needs encoding, and upload.
came here to see if Fedora had a --download-only equivalent.
I came here for this. with 200 dvds, you put the ripping system somewhere you pass by often. pop one out and pop one in whenever you happen to walk by.
you can rip all features - though that may not include the menus.
You really might want to consider using this:
https://github.com/automatic-ripping-machine/automatic-ripping-machine
deleted by creator
bastion@feddit.nlto Linux@lemmy.ml•How can I delete the Windows 11 operating system from my laptop, which has a dual boot system?2·19 days agoyes. and you can just use any distro that has gparted, like >!Ubuntu!< or similar.
The best advice was gratuitous.