Hi, in mopidy i am using soundcloud with a free account. i cant see requirements… for a payed one.
I find Songs from soundcloud and can Play them.
But Playlists that i create for my account does not Show up in mopidy.
Any ideas? i can not see any issue in the log.
> DEBUG 2016-12-23 16:14:49,692 [11367:MainThread] mopidy.ext
> Discovered extensions: subsonic, subidy, mpd, http, stream, m3u, softwaremixer, file, local, spotify, soundcloud
> DEBUG 2016-12-23 16:14:51,710 [11367:MainThread] mopidy.config.keyring
> Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally with the following error: MobaXterm X11 proxy: unable to connect to forwarded X server: Network error: Connection refused
> Autolaunch error: X11 initialization failed.
> )
> INFO 2016-12-23 16:14:51,711 [11367:MainThread] mopidy.config
> Loading config from builtin defaults
> INFO 2016-12-23 16:14:51,720 [11367:MainThread] mopidy.config
> Loading config from /home/pi/mopidy.conf
> INFO 2016-12-23 16:14:51,726 [11367:MainThread] mopidy.config
> Loading config from command line options
> DEBUG 2016-12-23 16:14:51,732 [11367:MainThread] mopidy.config
> Ignoring unknown config section: spotify_tunigo
> DEBUG 2016-12-23 16:14:51,732 [11367:MainThread] mopidy.config
> Ignoring unknown config section: alsamixer
> DEBUG 2016-12-23 16:14:51,742 [11367:MainThread] mopidy.ext
> Validating extension: subsonic
> DEBUG 2016-12-23 16:14:51,778 [11367:MainThread] mopidy.ext
> Validating extension: subidy
> DEBUG 2016-12-23 16:14:51,791 [11367:MainThread] mopidy.ext
> Validating extension: mpd
> DEBUG 2016-12-23 16:14:51,793 [11367:MainThread] mopidy.ext
> Validating extension: http
> DEBUG 2016-12-23 16:14:51,851 [11367:MainThread] mopidy.ext
> Validating extension: stream
> DEBUG 2016-12-23 16:14:51,854 [11367:MainThread] mopidy.ext
> Validating extension: m3u
> DEBUG 2016-12-23 16:14:51,856 [11367:MainThread] mopidy.ext
> Validating extension: softwaremixer
> DEBUG 2016-12-23 16:14:51,859 [11367:MainThread] mopidy.ext
> Validating extension: file
> DEBUG 2016-12-23 16:14:51,861 [11367:MainThread] mopidy.ext
> Validating extension: local
> DEBUG 2016-12-23 16:14:51,864 [11367:MainThread] mopidy.ext
> Validating extension: spotify
> DEBUG 2016-12-23 16:14:51,885 [11367:MainThread] mopidy.ext
> Validating extension: soundcloud
> INFO 2016-12-23 16:14:51,897 [11367:MainThread] mopidy.__main__
> Enabled extensions: mpd, http, stream, m3u, softwaremixer, local, soundcloud
> INFO 2016-12-23 16:14:51,897 [11367:MainThread] mopidy.__main__
> Disabled extensions: subidy, spotify, file, subsonic
> DEBUG 2016-12-23 16:14:52,109 [11367:MainThread] mopidy.commands
> Available Mopidy mixers: SoftwareMixer
> INFO 2016-12-23 16:14:52,110 [11367:MainThread] mopidy.commands
> Starting Mopidy mixer: SoftwareMixer
> DEBUG 2016-12-23 16:14:52,115 [11367:MainThread] mopidy.commands
> Mixer volume left unchanged
> INFO 2016-12-23 16:14:52,116 [11367:MainThread] mopidy.commands
> Starting Mopidy audio
> INFO 2016-12-23 16:14:52,121 [11367:MainThread] mopidy.commands
> Starting Mopidy backends: StreamBackend, M3UBackend, LocalBackend, SoundCloudBackend
> WARNING 2016-12-23 16:14:52,166 [11367:MainThread] mopidy.local.actor
> Local library sqlite not found
> DEBUG 2016-12-23 16:14:52,174 [11367:MainThread] mopidy_soundcloud.soundcloud
> Requesting https://api.soundcloud.com/me.json?client_id=93e33e327fd8a9b77becd179652272e2
> INFO 2016-12-23 16:14:52,182 [11367:MainThread] requests.packages.urllib3.connectionpool
> Starting new HTTPS connection (1): api.soundcloud.com
> INFO 2016-12-23 16:14:52,184 [11367:Audio-2] mopidy.audio.actor
> Audio output set to "pulsesink server=127.0.0.1"
> INFO 2016-12-23 16:14:52,429 [11367:MainThread] mopidy.commands
> Starting Mopidy core
> INFO 2016-12-23 16:14:52,514 [11367:MainThread] mopidy.commands
> Starting Mopidy frontends: MpdFrontend, HttpFrontend
> INFO 2016-12-23 16:14:52,517 [11367:MainThread] mopidy.mpd.actor
> MPD server running at [::ffff:0.0.0.0]:6600
> DEBUG 2016-12-23 16:14:52,520 [11367:MainThread] mopidy.http.actor
> Starting HTTP server
> INFO 2016-12-23 16:14:52,526 [11367:HttpFrontend-10] mopidy.http.actor
> HTTP server running at [::ffff:0.0.0.0]:6680
> INFO 2016-12-23 16:14:52,530 [11367:MainThread] mopidy.commands
> Starting GLib mainloop
> DEBUG 2016-12-23 16:14:52,536 [11367:HttpServer] mopidy.http.actor
> Loaded HTTP extension: mopidy
> DEBUG 2016-12-23 16:14:52,539 [11367:HttpServer] mopidy.http.actor
> HTTP routes from extensions:
> u'/mopidy': <class 'mopidy.http.handlers.AddSlashHandler'>
> u'/mopidy/ws/?': <class 'mopidy.http.handlers.WebSocketHandler'>
> u'/mopidy/rpc': <class 'mopidy.http.handlers.JsonRpcHandler'>
> u'/mopidy/(.+)': <class 'mopidy.http.handlers.StaticFileHandler'>
> u'/mopidy/': <class 'mopidy.http.handlers.ClientListHandler'>
> u'/': <class 'tornado.web.RedirectHandler'>
> DEBUG 2016-12-23 16:14:52,545 [11367:MpdFrontend-8] mopidy.zeroconf
> Zeroconf service "Mopidy MPD server on " (_mpd._tcp at []:6600): Published
> DEBUG 2016-12-23 16:14:53,416 [11367:HttpFrontend-10] mopidy.zeroconf
> Zeroconf service "Mopidy HTTP server on " (_http._tcp at []:6680): Published
> DEBUG 2016-12-23 16:14:53,424 [11367:HttpFrontend-10] mopidy.zeroconf
> Zeroconf service "Mopidy HTTP server on " (_mopidy-http._tcp at []:6680): Published
> INFO 2016-12-23 16:15:01,865 [11367:MpdSession-11] mopidy.mpd.session
> New MPD connection from [::ffff:127.0.0.1]:53268
> DEBUG 2016-12-23 16:15:01,872 [11367:MpdSession-11] mopidy.mpd.session
> Request from [::ffff:127.0.0.1]:53268: status
> DEBUG 2016-12-23 16:15:02,197 [11367:MpdSession-11] mopidy.mpd.session
>