- Installiere Ruby 2.4.3:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB\curl -sSL https://get.rvm.io | bash -s stablervm install 2.4.3
git clone https://github.com/foodcoops/foodsoft.gitcd foodsoftrvm 2.4.3 do gem install bundleecho gem \'unicorn\' >> Gemfile(Server-Software für den Betrieb Quelle)rvm 2.4.3 do bundle install --without test- Falls du einen Fehler missing required library to compile this module für ruby-filemagic bekommst:
- In quod libet, check for files with low bitrates and replace them with better ones:
&(#(bitrate < 192), encoding != VBR) - Convert + delete your music files:
dir2opus --recursive --verbose --delete-input --bitrate 128 --convert-all MyFolder
- Install opus-tools before
- Run this file https://github.com/ehmry/dir2opus/blob/master/dir2opus with python2
- The script can be stopped. It will continue where it left off.
- Disable automatic going to sleep in the system energy settings
- Close quod libet
- Backup
~/.config/quodlibet - Run this python3 script to update the library file paths:
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
| import os | |
| import quodlibet.library | |
| library_path = os.path.join(quodlibet.get_user_dir(), "songs") | |
| library = quodlibet.library.init(library_path) | |
| print(library.masked_mount_points) | |
| print(library.unmask('/run/media/tamriel/HDD')) | |
| for song in library: | |
| # before: |
OlderNewer