Coder Social home page Coder Social logo

sintekeseka / deezer-enhanced Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duzda/deezer-enhanced

0.0 0.0 0.0 494 KB

An unofficial application for Deezer with enhanced features

License: MIT License

JavaScript 75.77% CSS 2.61% HTML 21.63%

deezer-enhanced's Introduction

About

Deezer application primarly, but not only, for Linux that is not just an electron wrapper, but also enhances features.

settings

Features

  • Tray support
  • Full MPRIS support
  • Back and forward buttons
  • Non-linear volume controls with scrollable volume button
  • Remote controls on the same network
  • Discord Rich Presence
  • Support for Steamdeck
  • More to come

Where to get the app

Feel free to download the source code and build the app yourself, if that's not your prefered way of doing things, then there are also binaries available on the right side of the github website. If you're interested in pushing the app onto the snapstore, flatpak or any other platform, please reach out to me via snapstore, flatpak issues or an e-mail.

If you're using Arch-based Linux you may want to use aur instead, use deezer-enhanced-bin for binaries (suitable for most users) or deezer-enhanced (uses system electron). deezer-enhanced-git for git version (contains build dependencies and more frequent but less stable updates).

FAQ

Q: Downloads?
A: The downloads will probably never work the same way as on Windows, to download the music, use different app, there's plenty of'em.

Q: Can I play offline files?
A: No and it's not currently in a plan, use a different music player.

Q: Chromecast support?
A: As of right now, no, see issue 33

Q: Why don't you fix x or implement y?
A: Open an issue, or let me know via an e-mail, I probably just don't know about it.

Q: I don't like the tray icon
A: Tray icon is changeable system-wide via /opt/Deezer Enhanced/resources/assets or locally via ~/.config/deezer-enhanced/assets (you have to create this folder)

Build Instructions

yarn && yarn minify-webcss && yarn build:target # see package.json tasks

yarn && yarn minify-webcss && yarn start # for running the app

minify-webcss is required only if you plan on using the remote controls

npm works as well, yarn is just the prefered way

License

This application is in no way affiliated with Deezer, the source code of this application is licensed under MIT license

Contribution

Before contributing please follow naming conventions

How the codebase works:

  1. The code that gets injected into the browser process, is located in the src/injections folder.
  2. Injections get injected via hooks, stored in src/window/hooks, to enable any new hook you must add the hook to the hooker.js file as well.
  3. Hooks get executed after user logs in, if you need something to happen before the user logs in, see src/injections/login_injection.js.
  4. Every hook must have func variable, this function gets executed when user logs in, if callbackName is provided, it gets also executed, whenever setting with callbackName gets executed.
  5. If you require new functionality in the main process, use src/controllers or src/utils folder. Please try to avoid bloating app.js and window.js.
  6. Remote control codebase is stored in src/web folder.

Nevertheless every piece of code is helpfull, feel free to open any PR!

deezer-enhanced's People

Contributors

duzda avatar joshbmarshall 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.