All Projects → SibrenVasse → deezer

SibrenVasse / deezer

Licence: other
Deezer Archlinux AUR package

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to deezer

blade-player
Android music player that plays from local library, Spotify or Deezer
Stars: ✭ 67 (+59.52%)
Mutual labels:  music-player, deezer
informant
An Arch Linux News reader and pacman hook
Stars: ✭ 178 (+323.81%)
Mutual labels:  archlinux
sonist
一个音乐播放器, 主打本地音乐播放。支持 自动歌词/自动封面/均衡器等常见功能。
Stars: ✭ 72 (+71.43%)
Mutual labels:  music-player
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (-9.52%)
Mutual labels:  archlinux
DaisyXMusic
Free and Open Source Group Voice chat music player for telegram ❤️ with button support youtube playback support
Stars: ✭ 204 (+385.71%)
Mutual labels:  music-player
radishes
Cross-platform copyright-free music platform(跨平台的无版权音乐平台). 支持 windows / macos / linux / web
Stars: ✭ 212 (+404.76%)
Mutual labels:  music-player
SampleMusicPlayer
Simple music player
Stars: ✭ 59 (+40.48%)
Mutual labels:  music-player
musicWebTemplate
Free website template built for musicians / artists to promote their music and connect to their audience.
Stars: ✭ 26 (-38.1%)
Mutual labels:  music-player
docker-archlinux
Baseline Arch Linux Docker image
Stars: ✭ 49 (+16.67%)
Mutual labels:  archlinux
SMmuiscPlay
🎼极简模式JavaScript音乐播放器组件,极简、小巧、无依赖、可定制,适用于手机页面,H5活动页,微信页面等的音乐播放支持
Stars: ✭ 40 (-4.76%)
Mutual labels:  music-player
PyTunes
A lightweight music player made in Python
Stars: ✭ 38 (-9.52%)
Mutual labels:  music-player
Cloud-Music
网易云音乐Vue版本,Vue + Vuex + Webpack2 + Vue-router
Stars: ✭ 18 (-57.14%)
Mutual labels:  music-player
abs
PKGBUILDs for the Arch User Repository
Stars: ✭ 38 (-9.52%)
Mutual labels:  archlinux
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+10307.14%)
Mutual labels:  archlinux
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (+78.57%)
Mutual labels:  archlinux
Private-Cloud-Music
Private Cloud Music - a really simple and easy-to-use online music player.
Stars: ✭ 40 (-4.76%)
Mutual labels:  music-player
minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (+14.29%)
Mutual labels:  music-player
musify
🎵 Simple, yet fast, Electron music player.
Stars: ✭ 16 (-61.9%)
Mutual labels:  music-player
arch-btrfs-install-guide
Arch Linux installation guide with btrfs and snapper, this guide is based on the information from unicks.eu guide https://www.youtube.com/watch?v=TKdZiCTh3EM, and Arch Linux UEFI step-by-step installation guide https://www.youtube.com/watch?v=dOXYZ8hKdmc from ALU.
Stars: ✭ 32 (-23.81%)
Mutual labels:  archlinux
nemesyst
Generalised and highly customisable, hybrid-parallelism, database based, deep learning framework.
Stars: ✭ 17 (-59.52%)
Mutual labels:  archlinux

Deezer Arch Linux package

These files are build instructions for the Arch Linux build system how to create an installable Deezer package for the desktop application. However, the patches are not specific to Archlinux, and can be used for other Linux environments.

For Windows, Deezer distributes a version of the Electron run time (Windows binary) and the source code of their application itself. The build process of this package extracts the application source from the Windows installer.

This package applies several patches for:

  • Compatability with newer Electron versions
  • Compatability with a Linux environment in general.
  • Fixing bugs

To install on Arch Linux, use your favourite AUR helper or build manually with:

git clone https://github.com/SibrenVasse/deezer
cd deezer
makepkg -si

Debugging

Running the application from the commandline will show verbose logging.

deezer

To run the application with devtools by running

env DZ_DEVTOOLS=yes electron13 /usr/share/deezer/app.asar

To debug node, you can extract the source files to a directory and inspect the node process by attaching using the chromium debugging tools. (https://www.electronjs.org/docs/tutorial/debugging-main-process)

asar extract /usr/share/deezer/app.asar $dest
electron13 --inspect-brk=$port $dest
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].