123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- # For further information about options in this file see:
- # https://docs.mopidy.com/
- #
- # The initial commented out values reflect the defaults as of:
- # Mopidy 3.3.0
- # Mopidy-Bandcamp 1.1.5
- # Mopidy-File 3.3.0
- # Mopidy-HTTP 3.3.0
- # Mopidy-Iris 3.64.0
- # Mopidy-Local 3.2.1
- # Mopidy-M3U 3.3.0
- # Mopidy-MPD 3.3.0
- # Mopidy-Podcast 3.0.1
- # Mopidy-Podcast-iTunes 3.0.1
- # Mopidy-Scrobbler 2.0.1
- # Mopidy-SoftwareMixer 3.3.0
- # Mopidy-SomaFM 2.0.2
- # Mopidy-SoundCloud 3.0.1
- # Mopidy-Spotify 4.1.1
- # Mopidy-Stream 3.3.0
- # Mopidy-TuneIn 1.1.0
- #
- # Available options and defaults might have changed since then,
- # run `mopidy config` to see the current effective config and
- # `mopidy --version` to check the current version.
- [core]
- #cache_dir = $XDG_CACHE_DIR/mopidy
- #config_dir = $XDG_CONFIG_DIR/mopidy
- #data_dir = $XDG_DATA_DIR/mopidy
- #max_tracklist_length = 10000
- #restore_state = false
- [logging]
- #verbosity = 0
- #format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
- #color = true
- #config_file =
- #mmi 20220712
- [audio]
- output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! filesink location=/tmp/snapfifo
- #[audio]
- #mixer = software
- #mixer_volume =
- #output = autoaudiosink
- #buffer_time =
- [proxy]
- #scheme =
- #hostname =
- #port =
- #username =
- #password =
- [iris]
- #enabled = true
- #country = NZ
- #locale = en_NZ
- #verify_certificates = true
- #snapcast_enabled = true
- #snapcast_host = localhost
- #snapcast_port = 1780
- #snapcast_ssl = false
- #snapcast_stream = Default
- #spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
- #lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
- #genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
- #data_dir = $XDG_DATA_DIR/iris
- [bandcamp]
- #enabled = true
- #discover_pages = 1
- #collection_items = 50
- #discover_genres =
- # All
- # Electronic
- # Rock
- # Metal
- # Alternative
- # Hip-Hop/Rap
- # Experimental
- # Punk
- # Folk
- # Pop
- # Ambient
- # Soundtrack
- # World
- # Jazz
- # Acoustic
- # Funk
- # R&B/Soul
- # Devotional
- # Classical
- # Reggae
- # Podcasts
- # Country
- # Spoken Word
- # Comedy
- # Blues
- # Kids
- # Audiobooks
- # Latin
- #discover_tags =
- # Outrun
- # Future Funk
- # Alternative Hip-Hop
- # Tokyo, Japan
- #image_sizes =
- # 10
- # 5
- # 2
- #identity =
- [file]
- enabled = true
- media_dirs = /data/music/
- # $XDG_MUSIC_DIR|Music
- # ~/|Home
- #excluded_file_extensions =
- # .directory
- # .html
- # .jpeg
- # .jpg
- # .log
- # .nfo
- # .pdf
- # .png
- # .txt
- # .zip
- #show_dotfiles = false
- #follow_symlinks = false
- #metadata_timeout = 1000
- [http]
- enabled = true
- hostname = 0.0.0.0
- #port = 6680
- #zeroconf = Mopidy HTTP server on $hostname
- #allowed_origins =
- #csrf_protection = true
- #default_app = mopidy
- [m3u]
- #enabled = true
- #base_dir =
- #default_encoding = latin-1
- #default_extension = .m3u8
- #playlists_dir =
- [softwaremixer]
- #enabled = true
- [stream]
- enabled = true
- protocols =
- http
- https
- mms
- rtmp
- rtmps
- rtsp
- #metadata_blacklist =
- timeout = 5000
- [tunein]
- enabled = true
- timeout = 5000
- #filter =
- [spotify]
- enabled = false
- #username =
- #password =
- #client_id =
- #client_secret =
- #bitrate = 160
- #volume_normalization = true
- #private_session = false
- #timeout = 10
- #allow_cache = true
- #allow_network = true
- #allow_playlists = true
- #search_album_count = 20
- #search_artist_count = 10
- #search_track_count = 50
- #toplist_countries =
- [soundcloud]
- enabled = false
- #explore_songs = 25
- #auth_token =
- [somafm]
- enabled = true
- encoding = mp3
- #quality = fast
- #dj_as_artist = true
- [scrobbler]
- enabled = false
- #username =
- #password =
- [podcast]
- enabled = true
- #browse_root = Podcasts.opml
- #browse_order = desc
- #lookup_order = asc
- #cache_size = 64
- #cache_ttl = 86400
- #timeout = 10
- [podcast-itunes]
- enabled = true
- #base_url = http://itunes.apple.com/
- #country = US
- #explicit =
- #charts = audioPodcasts
- #charts_limit = 20
- #search_limit = 20
- #timeout = 10
- #retries = 3
- [mpd]
- enabled = true
- hostname = 0.0.0.0
- port = 6600
- #password =
- #max_connections = 20
- connection_timeout = 120
- #zeroconf = Mopidy MPD server on $hostname
- #command_blacklist =
- # listall
- # listallinfo
- #default_playlist_scheme = m3u
- [local]
- enabled = true
- #max_search_results = 100
- media_dir = /data/music/
- #scan_timeout = 1000
- #scan_flush_threshold = 100
- #scan_follow_symlinks = false
- #included_file_extensions =
- #excluded_file_extensions =
- # .cue
- # .directory
- # .html
- # .jpeg
- # .jpg
- # .log
- # .nfo
- # .pdf
- # .png
- # .txt
- # .zip
- #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_artist_sortname = false
- #album_art_files =
- # *.jpg
- # *.jpeg
- # *.png
|