Git Product home page Git Product logo

drum's People

Contributors

fwcd avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

drum's Issues

Add support for local Mixxx database

Integrate with the Mixxx database and in particular make it possible to export/import playlists both as playlists and crates. Since the Mixxx database seems to be a standard SQLite database, this shouldn't be too hard to do, but would probably benefit from having #20 implemented already.

Add support for song-mapping with local audio files

Currently, songs are only stored by their metadata and e.g. their Spotify ID. It would be nice, however, to be able to map them to actual audio files if the user has the corresponding song locally on their computer (e.g. by providing drum a folder where music is stored).

This matching should ideally be fuzzy (work with a variety of formats, including MP3 tags or when only title and artist are stored in some combination in the title).

Once mapped, the local audio file path should be stored in the track, similar to how Spotify and Apple Music IDs are stored currently.

Local audio file mappings would also let us properly handle services that rely on local paths such as

Batch-query audio features from Spotify

With RSpotify::AudioFeatures::find we can fetch audio features for up to 100 tracks at once, thereby making it possible to query them efficiently without spamming the API.

Add support for smart playlists

Add support for 'smart' playlists, i.e. saved queries that carry a list of (possibly hierarchial) rules, combined using logical operators (AND, OR, ...).

Being able to sync these with services, even if those have no notion of 'smart' playlists, would be nice too.

Add support for Spotify

Integrate support for the Spotify API using rspotify. This includes:

  • Adding the API and implementing authentication (both app-level and OAuth)
  • Implementing download
  • Implementing upload

Add more fine-grained pulling/pushing

Support playlist-level pushing/pulling and add a confirmation prompt when the user attempts to push the entire library at once.

E.g. support pulling Playlist-URLs/IDs from Spotify

Add lightweight web frontend

Add a minimal web frontend for browsing and managing the local database using webrick. To launch the server, a new command like web could be added.

Add support for ISRC-based song matching

Both Spotify and Apple Music seem to provide ISRCs for songs, so it would be nice to also perform song matching with them instead of the currently used search-based (possibly imprecise) matching.

Implement song matching across streaming services

E.g. by ISRC to uniquely identify songs.

One approach would be to automatically match tracks whenever the DB changes across all streaming services, this would potentially be very API-heavy, however, since every configured streaming service would have to be consulted upon every track change.

Another approach would be to match on-demand e.g. when a user tries to push a playlist to Apple Music that only has associated Spotify ids.

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.