All Projects → oja → amazon-music-linux

oja / amazon-music-linux

Licence: MPL-2.0 license
linux desktop player for amazon music

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to amazon-music-linux

vinproma
vMix Input Progress Monitor App. View progress of current playing input in HTML or send to vMix title (XAML recommended).
Stars: ✭ 33 (-28.26%)
Mutual labels:  electron-app
rebaslight
Rebaslight - an easy to use special effects editor
Stars: ✭ 39 (-15.22%)
Mutual labels:  electron-app
triangle-app
Desktop application for Triangle.
Stars: ✭ 32 (-30.43%)
Mutual labels:  electron-app
source-me
ℹ️ A small, minimal application built with Electron which provides necessary tools needed for web development.
Stars: ✭ 91 (+97.83%)
Mutual labels:  electron-app
Quest
Quest is a Unified Engine for Searching Things (JIRA, Confluence, Google Drive, Dropbox paper, Slack...)
Stars: ✭ 76 (+65.22%)
Mutual labels:  electron-app
competiwatch-desktop
Desktop app built in Electron for tracking your competitive match history in Overwatch.
Stars: ✭ 94 (+104.35%)
Mutual labels:  electron-app
jswallet
An experimental Bitcoin Wallet in Electron + React.js
Stars: ✭ 91 (+97.83%)
Mutual labels:  electron-app
example-electron-license-activation
An example of how to implement software licensing and device activation in an Electron application
Stars: ✭ 55 (+19.57%)
Mutual labels:  electron-app
chronobreak
Pomodoro timer made in Electron that emphasises replicating the original technique.
Stars: ✭ 22 (-52.17%)
Mutual labels:  electron-app
tim
manage issues with order
Stars: ✭ 51 (+10.87%)
Mutual labels:  electron-app
electron-admin-antd-vue
Electron Vue3.x Ant Design Admin template
Stars: ✭ 21 (-54.35%)
Mutual labels:  electron-app
Shuttle
The fastest access to your favorite applications.
Stars: ✭ 52 (+13.04%)
Mutual labels:  electron-app
keep
Run Google Keep in the menu bar
Stars: ✭ 66 (+43.48%)
Mutual labels:  electron-app
web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Stars: ✭ 605 (+1215.22%)
Mutual labels:  electron-app
Wenku
一款网络文章本地离线进行聚合的跨平台开源APP
Stars: ✭ 13 (-71.74%)
Mutual labels:  electron-app
DataStore
Visual develop tool of creating mocked Json
Stars: ✭ 30 (-34.78%)
Mutual labels:  electron-app
notion-linux-wrapper
Notion.so desktop application for Linux
Stars: ✭ 37 (-19.57%)
Mutual labels:  electron-app
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+1717.39%)
Mutual labels:  electron-app
The-Wall
The Wall automatically changes desktop wallpaper based on the tags selected by the user
Stars: ✭ 48 (+4.35%)
Mutual labels:  electron-app
developer-platform-install
Single Installer for all Red Hat Development Tools and more. Download it form Red Hat Developers Portal web site - http://developers.redhat.com/products/devsuite/overview/.
Stars: ✭ 24 (-47.83%)
Mutual labels:  electron-app

amazon-music-linux

A standalone app for Amazon Prime Music/Amazon Music Unlimited.

Deprecated:

Amazon Music is now using the DRM Widevine by Google which cannot be bypassed using electron on linux.

Installation

Prebuilt packages

.deb and .rpm packages can be downloaded from the releases page.

In order to install the companion app, download a built version from the Play Store or build it by yourself by cloning the repository

Building from source

git clone https://github.com/oja/amazon-music-linux
cd amazon-music-linux
npm install
npm run package-linux

Then, depending on whether you want to build for Ubuntu/Debian or Fedora/openSUSE, do the following:

  • Ubuntu/Debian:

    sudo npm install -g electron-installer-debian
    electron-installer-debian --src release-builds/amazon-music-linux-linux-x64/ --arch amd64 --config build-config.json
    
  • Fedora/openSUSE:

    sudo npm install -g electron-installer-redhat
    electron-installer-redhat --src release-builds/amazon-music-linux-linux-x64/ --arch x86_64 --config build-config.json
    

The output .deb or .rpm file will be in the release-builds/ directory.

Troubleshooting

  • If you get an error about libXss.so.1, install libXScrnSaver or equivalent.

TODO

Legal Disclaimer

No affiliation with Amazon.com, Inc. All trademarks and registered trademarks are the property of their respective owners.

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].