From fe5eda9557555be90e826fc4fb9e2e222945714a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 23 Aug 2016 23:01:32 +0200 Subject: Remove mopidy configuration. I am not using it. MPD is simpler and is enough for me. --- config/mopidy/mopidy.conf | 87 ----------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 config/mopidy/mopidy.conf (limited to 'config/mopidy/mopidy.conf') diff --git a/config/mopidy/mopidy.conf b/config/mopidy/mopidy.conf deleted file mode 100644 index 1545e3c..0000000 --- a/config/mopidy/mopidy.conf +++ /dev/null @@ -1,87 +0,0 @@ -[core] -cache_dir = $XDG_CACHE_DIR/mopidy -config_dir = $XDG_CONFIG_DIR/mopidy -data_dir = $XDG_DATA_DIR/mopidy - -[logging] -color = true -console_format = %(levelname)-8s %(message)s -debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s -debug_file = mopidy.log -config_file = - -[audio] -mixer = software -output = pulsesink - -[mpd] -enabled = true -hostname = 127.0.0.1 -port = 6600 -connection_timeout = 3000 -zeroconf = Mopidy MPD server on $hostname - -[http] -enabled = true -hostname = 127.0.0.1 -port = 6680 - -[local] -enabled = true -library = sqlite -media_dir = $XDG_MUSIC_DIR -scan_timeout = 1000 -scan_flush_threshold = 100 -scan_follow_symlinks = false -excluded_file_extensions = - .directory - .html - .jpeg - .jpg - .log - .nfo - .png - .txt - .IFO - .BUP - .sfv - .m3u - -[local-sqlite] -enabled = true -directories = - Albums local:directory?type=album - Artists local:directory?type=artist - Composers local:directory?type=artist&role=composer - Genres local:directory?type=genre - Performers local:directory?type=artist&role=performer - Release Years local:directory?type=date&format=%25Y - Tracks local:directory?type=track - Last Week's Updates local:directory?max-age=604800 - Last Month's Updates local:directory?max-age=2592000 -timeout = 10 -use_album_mbid_uri = true -use_artist_mbid_uri = false -use_artist_sortname = true - -[file] -enabled = true -media_dirs = - /home_hdd/cynerd/music|Music - ~/|Home -show_dotfiles = false -follow_symlinks = false -metadata_timeout = 1000 - -[spotify] -enabled = true -username = 1111111 -password = password -bitrate = 320 -allow_cache = true - -[spotify_tunigo] -enabled = true - -[gmusic] -enabled = false -- cgit v1.2.3