Giter VIP home page Giter VIP logo

mopidy-tubeify's Introduction

Mopidy-Tubeify

Latest PyPI version CI build status Test coverage

Mopidy extension for playing music service playlists using mopidy-youtube

Installation

Install by running:

python3 -m pip install https://github.com/natumbri/mopidy-tubeify/archive/master.zip
(TODO: python3 -m pip install Mopidy-Tubeify)

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

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Tubeify to your Mopidy configuration file:

[tubeify]
enabled = true

applemusic_playlists =
  apple_playlist_id_1
  ...
  apple_playlist_id_n

Where apple_playlist_id_1 ... n are each an apple music playlist id, which can be found in an apple music url:

https://[apple url]/playlist/{apple_playlist_id}


spotify_users =
  spotify_user_id_1
  ...
  spotify_user_id_n

Where spotify_user_id_1 ... n are each a spotify user id, which can be found in a spotify url:

https://open.spotify.com/user/{spotify_user_id}


tidal_playlists =
  tidal_playlist_id_1
  ...
  tidal_playlist_id_n

Where tidal_playlist_id_1 ... n are each a tidal music playlist id, which can be found in an tidal url:

https://[tidal url]/playlist/{tidal_playlist_id}

Project resources

Credits

mopidy-tubeify's People

Contributors

natumbri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mopidy-tubeify's Issues

Spotify - temporary web token seems not to be available anymore

It looks like you can't just get a token from the website anymore.

You can get a token using OAuth2, but that token doesn't allow access to https://api.spotify.com/v1/views/desktop-home, so no more homepage but users and their playlists seem to work OK.

Any interest?

@fatg3erman Any interest in this kind of thing? I made it for myself, but posted up on GitHub if others are interested.

  • Tidal doesn't work - don't have an account, and they have CAPTCHA now
  • Spotify requires oauth2 details in a file at /tmp/spotify_creds.json (token_url, client_id, client_secret).
  • Some of the other services are a bit flakey (I think the kexp one, in particular, randomly breaks from time to time).
  • The track matching can get things wrong; very wrong sometimes.

Anyway, let me know if you're interested/have any suggestions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.