All Projects → mopidy → Mopidy Soundcloud

mopidy / Mopidy Soundcloud

Licence: mit
Mopidy extension for playing music from SoundCloud

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mopidy Soundcloud

Russia It Podcast
Список русскоязычных подкастов на тему информационных технологий
Stars: ✭ 1,095 (+615.69%)
Mutual labels:  soundcloud
Soundcloud
Soundcloud.com API wrapper written in PHP with OAuth2 support.
Stars: ✭ 94 (-38.56%)
Mutual labels:  soundcloud
Rompr
Web client for Mopidy and MPD
Stars: ✭ 115 (-24.84%)
Mutual labels:  mopidy
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-52.29%)
Mutual labels:  soundcloud
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-43.79%)
Mutual labels:  soundcloud
Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (-32.03%)
Mutual labels:  soundcloud
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+577.78%)
Mutual labels:  soundcloud
Nuage Macos
A native SoundCloud app for macOS, written in SwiftUI
Stars: ✭ 141 (-7.84%)
Mutual labels:  soundcloud
Cumulus
☁️ A SoundCloud player that lives in your menubar.
Stars: ✭ 1,287 (+741.18%)
Mutual labels:  soundcloud
Sonos Web
Web interface for Sonos audio systems
Stars: ✭ 114 (-25.49%)
Mutual labels:  soundcloud
Fusecloud
A music player made with Fuse
Stars: ✭ 73 (-52.29%)
Mutual labels:  soundcloud
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (-44.44%)
Mutual labels:  mopidy
Webnowplaying
A NowPlaying like plugin for rainmeter built for getting music info from websites
Stars: ✭ 106 (-30.72%)
Mutual labels:  soundcloud
Musicbot
🎶 A Discord music bot that's easy to set up and run yourself!
Stars: ✭ 1,109 (+624.84%)
Mutual labels:  soundcloud
Favesound Redux
🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
Stars: ✭ 1,586 (+936.6%)
Mutual labels:  soundcloud
Alexa Soundcloud
soundcloud integration for alexa
Stars: ✭ 47 (-69.28%)
Mutual labels:  soundcloud
Playerctl
🎧 mpris media player command-line controller for vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others.
Stars: ✭ 1,365 (+792.16%)
Mutual labels:  mopidy
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-7.84%)
Mutual labels:  soundcloud
Reel2bits
Self-hosted Soundtracks and Podcasts sharing, with ActivityPub federation.
Stars: ✭ 128 (-16.34%)
Mutual labels:  soundcloud
Tizonia Openmax Il
Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices.
Stars: ✭ 1,556 (+916.99%)
Mutual labels:  soundcloud

Mopidy-SoundCloud


.. image:: https://img.shields.io/pypi/v/Mopidy-SoundCloud :target: https://pypi.org/project/Mopidy-SoundCloud/ :alt: Latest PyPI version

.. image:: https://img.shields.io/github/workflow/status/mopidy/mopidy-soundcloud/CI :target: https://github.com/mopidy/mopidy-soundcloud/actions :alt: CI build status

.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-soundcloud :target: https://codecov.io/gh/mopidy/mopidy-soundcloud :alt: Test coverage

Mopidy <https://mopidy.com/>_ extension for playing music from SoundCloud <https://soundcloud.com>_.

Maintainer wanted

Mopidy-SoundCloud is currently kept on life support by the Mopidy core developers. It is in need of a more dedicated maintainer.

If you want to be the maintainer of Mopidy-SoundCloud, please:

  1. Make 2-3 good pull requests improving any part of the project.

  2. Read and get familiar with all of the project's open issues.

  3. Send a pull request removing this section and adding yourself as the "Current maintainer" in the "Credits" section below. In the pull request description, please refer to the previous pull requests and state that you've familiarized yourself with the open issues.

As a maintainer, you'll be given push access to the repo and the authority to make releases to PyPI when you see fit.

Installation

Install by running::

sudo python3 -m pip install Mopidy-SoundCloud

See https://mopidy.com/ext/soundcloud/ for alternative installation methods.

Configuration

#. You must register for a user account at https://soundcloud.com/

#. You need a SoundCloud authentication token for Mopidy from https://mopidy.com/authenticate

#. Add the authentication token to the mopidy.conf config file::

[soundcloud]
auth_token = 1-1111-1111111
explore_songs = 25

#. Use explore_songs to restrict the number of items returned.

Troubleshooting

If you're having trouble with audio playback from SoundCloud, make sure you have the "ugly" plugin set from GStreamer installed for MP3 support. The package is typically named gstreamer1.0-plugins-ugly or similar, depending on OS and distribution. The package isn't a strict requirement for Mopidy's core, so you may be missing it.

Project resources

  • Source code <https://github.com/mopidy/mopidy-soundcloud>_
  • Issue tracker <https://github.com/mopidy/mopidy-soundcloud/issues>_
  • Changelog <https://github.com/mopidy/mopidy-soundcloud/releases>_

Credits

  • Original author: Janez Troha <https://github.com/dz0ny>_
  • Current maintainer: None. Maintainer wanted, see section above.
  • Contributors <https://github.com/mopidy/mopidy-soundcloud/graphs/contributors>_
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].