Änderungen

Zur Navigation springen Zur Suche springen
734 Bytes hinzugefügt ,  23:13, 6. Okt. 2018
Zeile 3: Zeile 3:  
== Installation ==
 
== Installation ==
   −
Installiert werden sollte neben beet auch acoustid und chromaprint.
+
Installiert werden sollte neben <code>beets</code> auch <code>python-acoustid</code>, <code>python-flask</code>, <code>python-pylast</code>, <code>python-imaging</code>, <code>python-gi</code> und chromaprint.
    
== Konfiguration ==
 
== Konfiguration ==
Zeile 12: Zeile 12:  
  directory:  /media/lxdata/music/beets
 
  directory:  /media/lxdata/music/beets
 
  paths:
 
  paths:
         default: %upper{%left{$artist,1}}/$albumartist/$album/$disc-$track $title
+
         default:   %upper{%left{$albumartist,1}}/$albumartist/$album/$disc-$track $title
 +
        singleton: %upper{%left{$albumartist,1}}/$albumartist/$album/$disc-$track $title
 +
        comp:      %upper{%left{$albumartist,1}}/$albumartist/$album/$disc-$track $title
 +
import:
 +
        move: yes
    +
== Nutzung ==
 +
 +
Einfügen einer Datei in die Beets-Datenbank
 +
  beet import VERZEICHNIS
 +
 +
Statistik
 +
  beet stats
 +
 +
Anzeigen der Titel in der Datenbank
 +
  beet list
 +
 +
Anzeigen der Pfade
 +
  beet list -p
 +
 +
Hilfe
 +
  beet help
 +
  beet help COMMAND
 +
 +
== Weiterführendes ==
 +
 +
Siehe
 +
* [https://blog.linuxserver.io/2016/10/08/managing-your-music-collection-with-beets/ Beets im Docker-Container]
    
-----
 
-----

Navigationsmenü