PINE64
Pandora music streaming client - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: Pandora music streaming client (/showthread.php?tid=14979)



Pandora music streaming client - jtn0514 - 09-27-2021

So, just wanted to share a little solution i ran into for streaming music via pandora. I was toying with Beta 15 just recently and made an attempt to get pithos (pandora streaming client) working. Seems like it works out of the box pretty much. The UI leaves a bit to be desired in terms of control (no real thumbs up/down or like) but its better than nothing!

Enable SSH on your phone (systemctl start sshd) and run the following commands as the manjaro user:

Code:
mkdir ~/src && cd ~/src
sudo pacman -S git base-devel
git clone https://aur.archlinux.org/pithos.git
https://github.com/pithos/pithos.git
cd pithos
makepkg -si

On the main apps menu, hit the 3 lines on thetop right and uncheck "Show only adaptive apps" and you should see a white icon with a blue note titled "pithos".

You will probably have to change the display scaling a bit to get the app to show right, however you'll probably do that anyway when setting up the phone.