youtube-music: [partially works] doesn't build for linux armhf/arm64
doesn’t build on Ubuntu arm64 for Raspberry Pi
steps I followed:
git clone https://github.com/th-ch/youtube-musiccd youtube-musicyarnyarn start(to start the app)
when running yarn I get this error:
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 19 (3 by maintainers)
here are the build instructions for linux arm so far (I added everything I did, so there might be some uneeded instructions):
Install dependencies
node.js
There are two ways to install node.js: using apt and the nodesource repo and using nvm (node version manager), I recommend using nvm because using the nodesource repo has broken system permissions multiple times for me.
curlis needed, but you can change it withwgetif you use the correct flags.nvm
nodesource
yarn
build youtube music
build a appimage
build a deb
I had to runchangeyarn --frozen lockfile,yarn build:linux --linux appimage --armv7l&yarn build:linux --linux deb --armv7las root. otherwise the commands failed.armv7lwitharm64for building for Linux arm64.notes
Hey @Itai-Nelken, thank you for the detailed feedback! Glad to see it working 😃 For the downloader issue, the mp3 conversion is done with the WebAssembly version of FFmpeg and not sure of how well it is supported on ARM 😬 - I don’t have an ARM machine at the moment to test, keeping the issue opened to track progress on this!