Yann Büchau :python: on Nostr: npub1hg2hv…8k372 No, it wouldn't use the info, but that's just a matter of ...
npub1hg2hvzx6sxxrwkk5a90eskxm9qu00lw26faq8yvdukfv7295uz6sv8k372 (npub1hg2…k372) No, it wouldn't use the info, but that's just a matter of implementation.
You can put any info into git annex metadata, e.g.:
git annex metadata --set artist=DaftPunk --set album=RAM -t cool -t chill -t pop those/files/with/daftpunk
You can then use views to have git annex make a new branch with artist/album structure:
git annex view artist='*' album='*'
Or just folders named like the tags:
git annex view tag='*'
And much more. It's quite cool!
You can put any info into git annex metadata, e.g.:
git annex metadata --set artist=DaftPunk --set album=RAM -t cool -t chill -t pop those/files/with/daftpunk
You can then use views to have git annex make a new branch with artist/album structure:
git annex view artist='*' album='*'
Or just folders named like the tags:
git annex view tag='*'
And much more. It's quite cool!