Skip to content

Latest commit

 

History

History
executable file
·
91 lines (84 loc) · 3.51 KB

File metadata and controls

executable file
·
91 lines (84 loc) · 3.51 KB

%Title

%?##########

##########

beets-library describe my_import

beets-library import -l /opt/music/beets/import.log –set my_import=[n] [–set my_seed=True] /opt/music/to_import

##########

##########

beets-library ftintitle my_import:[n]

beets-library move my_import:[n]

##########

########## find /tank/Music/to_import -type f -iname \*.jpg -delete find /tank/Music/to_import -depth -empty -type d -delete

##########

##########

mkdir opt/music/to_import/_delete_me mv /opt/music/to_import/* /opt/music/to_import/_delete_me

beets-library bad my_import:[n]

rm -r /opt/music/to_import/_delete_me

##########

##########

beets-library duplicates | uniq -d

beets-library duplicates –move /opt/music/dupes

beets-library unimported beets-library unimported | xargs -I{} mv {} opt/music/unimported

beets-library missing

beets-library ls -f ‘$albumartist - $album - $path’ -a missing:1..

beets-library remove -a missing:1..

beets-library unimported

beets-library unimported | xargs -I{} mv {} opt/music/missing

##########

##########

beets-library modify -a my_import:[n] r128_album_gain! rg_album_gain! beets-library modify my_import:[n] r128_album_gain! r128_track_gain! rg_album_gain! rg_track_gain!

beets-library lastgenre my_import:[n]

beets-library fetchart my_import:[n]

beets-library fingerprint my_import:[n]

beets-library xtractor my_import:[n]

beets-library ls -a -f ‘$id’ my_import:[n] rg_album_gain::^$ | \ xargs -d “\n” -n1 -o -t -I{} beet –config /opt/music/beets/library.yaml -v replaygain -a id:{}

beets-library ls -f ‘$id’ my_import:[n] rg_track_gain::^$ | \ xargs -d “\n” -n1 -o -t -I{} beet –config /opt/music/beets/library.yaml -v replaygain id:{}

##########

##########

beets-library scrub my_import:[n]

beets-library alt update airsonic

duplicate_alternatives

##########

##########

beets-library stats