This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The 1º uniq is to reduce the data to the grep, because data_souce is at item's level | |
| # The 2º uniq is because somehow I get duplicates | |
| # Added the Album Artist to sort | |
| beet ls -f "$data_source | $albumartist - $album ($year)" | uniq | grep Discogs | sort | uniq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo %path% | tr ';' '\n' | sort |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Persistent | |
| #SingleInstance,Force | |
| #NoTrayIcon | |
| DEBUG_ENABLED := false | |
| TRACKER_SUPPORT := false | |
| WINDOW_ADD_TORRENT := "Add New Torrent ahk_class #32770" | |
| WINDOW_TORRENT_PROPERTIES := "Torrent Properties ahk_class #32770" |
NewerOlder