SoongNoonien / plattenalbum

Connect to your music
GNU General Public License v3.0
181 stars 26 forks source link

Debian/Ubuntu package #2

Closed ghost closed 4 years ago

ghost commented 4 years ago

Will there be Debian packages in future releases?

SoongNoonien commented 4 years ago

Since I'm not using Debian/Ubuntu it's difficult to properly maintain .deb packages. Although I'd really like to see mpdevil running on other distro's than Arch and Gentoo, the development of mpdevil itself is more important for now. When mpdevil finally gets stable I might consider to provide .deb packages.

Do you need some help installing mpdevil without a package?

ghost commented 4 years ago

I am getting two errors when compiling with ./autogen.sh checking for MPDClient installed... not found configure: error: python module mpd not found These were ran within the root folder of mpdevil on Desktop. I am using pulsaudio and it works from ncmpcpp. Not sure if this is because mpd is not run system-wide.

SoongNoonien commented 4 years ago

You just have to install python3-mpd. (all python modules needed: python3-mpd python3-bs4 python3-gobject python3-requests)

ghost commented 4 years ago

I was unable to find python3-gobject. Is it python3-gi or python-gobject?

ghost commented 4 years ago

I installed python3-gi along with all other modules and it works fine now. Thanks.

SoongNoonien commented 4 years ago

Oh, you're right, it's python3-gi. I'm glad to hear it's running now. By the way, which version of Ubuntu do you use? And if you find any errors please report them to improve mpdevil.

ghost commented 4 years ago

I'm running Ubuntu 19.10 with the Budgie desktop. Can I ask are you planning to add compatibility with media keys?

SoongNoonien commented 4 years ago

I'm running Ubuntu 19.10 with the Budgie desktop.

Thanks.

Can I ask are you planning to add compatibility with media keys?

Yes, but would you mind opening a separate Issue? (btw: play/pause is already working with SPACE-key)

SoongNoonien commented 4 years ago

I've just published a first test .deb package with the 0.8.0 release.