Giter Club home page Giter Club logo

muusic's Introduction

Muusic

An unofficial last.fm client made with dart and kotlin

Features

NYI = Not yet implemented

W = Working

NTF = Need to fix

Android app

  • Favorites (NYI)
  • Search (NYI)
  • Artist details (NYI)
  • Album details (NYI)
  • Track details (NYI)
  • Tag details (NYI)
  • Tag artists, albums, and tracks browser (NYI)
  • Track lyrics (NYI)
  • Artist's events (NYI)
  • Muusic Player (NYI)
  • History (NYI)

Api:

  • Search (W)
  • Get artist details (NTF isTouring)
  • Get album details (W)
  • Get track details (W)
  • Get tag details (W)
  • Get tag artists (paginated) (W)
  • Get tag albums (paginated) (W)
  • Get tag tracks (paginated) (W)
  • Get lyrics (paginated) (W)
  • Get an artist's events (paginated) (W)
  • Get extracted song info (paginated) (W)

Installation

Requirements

How to run the api:

  // Windows
  cd backend
  dart compile exe .\bin\backend.dart
  ./bin/backend.exe

  // MacOs/Linux
  cd backend
  dart compile exe ./bin/backend.dart
  ./bin/backend.exe

How to run the Android app:

1. Compile the app in Android Studio (If not running on an emulator you will have to configure the app to request the right loacal ip)
1. Install the app on your device
2. Open it

API Reference

The api is served on http://localhost:8080/api/v1

Search

  GET /api/v1/search/{query}
Parameter Type Description Parameter Type
query string Required. Your search query Path

Get artist details

  POST /api/v1/details/artist
Parameter Type Description Parameter Type
url string Required. Url for artist from items with itemType Artist Json

Get album details

  POST /api/v1/details/album
Parameter Type Description Parameter Type
url string Required. Url for album from items with itemType Album Json

Get track details

  POST /api/v1/details/track
Parameter Type Description Parameter Type
url string Required. Url for track from items with itemType Track Json

Get tag details

  POST /api/v1/details/tag
Parameter Type Description Parameter Type
url string Required. Url for tag from items with itemType Tag Json

Get tag artists (paginated)

  POST /api/v1/tag/artists
Parameter Type Description Parameter Type
url string Required. Url for tag from items with itemType Tag Json
page int Optional. Page number to request. Default is 1 Json

Get tag albums (paginated)

  POST /api/v1/tag/albums
Parameter Type Description Parameter Type
url string Required. Url for tag from items with itemType Tag Json
page int Optional. Page number to request. Default is 1 Json

Get tag tracks (paginated)

  POST /api/v1/tag/tracks
Parameter Type Description Parameter Type
url string Required. Url for tag from items with itemType Tag Json
page int Optional. Page number to request. Default is 1 Json

Get lyrics (paginated)

  POST /api/v1/lyrics
Parameter Type Description Parameter Type
url string Required. Url for lyrics from lyricsUrl in track details Json

Get an artist's events (paginated)

  POST /api/v1/events
Parameter Type Description Parameter Type
url string Required. Url for lyrics from eventsUrl in artist details Json

Get extracted song info (paginated)

  POST /api/v1/extractor
Parameter Type Description Parameter Type
url string Required. Source url for song from items with itemType Track Json

muusic's People

Contributors

kayvon-martinez avatar kayvon-m avatar

Watchers

 avatar

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.