Jump to content

wmaarten

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by wmaarten

  1. Hi!

     

    I am unable to scan local files inside of Mopidy. I get this error:

    INFO Running system action: local_scan
    ERROR global name 'path' is not defined

    How can I fix this? Thank you in advance! Here is the config I use;

    [core]
    data_dir = /var/lib/mopidy
    
    [local]
    media_dir = /media
    
    [m3u]
    playlists_dir = /var/lib/mopidy/playlists
    
    [logging]
    config_file = /etc/mopidy/logging.conf
    debug_file = /var/log/mopidy/mopidy-debug.log
    
    [mpd]
    hostname = ::
    port = 6600
    
    [http]
    hostname = ::
    port = 6680
    
    [audio]
    output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo
    
    [spotify]
    username=
    password=
    client_id = 
    client_secret = 
    
    [spotify_web]
    client_id = 
    client_secret = 
    
    [iris]
    snapcast_enabled = true
    snapcast_port = 6680
    
    [stream]
    enabled = true
    protocols =
        http
        https
        mms
        rtmp
        rtmps
        rtsp
    timeout = 5000

     

×
×
  • Create New...