mirror of
https://github.com/JakeStanger/Rofi_MPD.git
synced 2026-07-11 13:14:38 +01:00
[GH-ISSUE #16] Doesnt find anything? #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/Rofi_MPD#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thepenguinthatwants on GitHub (Mar 22, 2020).
Original GitHub issue: https://github.com/JakeStanger/Rofi_MPD/issues/16
Originally assigned to: @JakeStanger on GitHub.
Hi I installed this from aur package.
By selecting rofi-mpd it opens up a menu with
Select artist:
and its empty.. pressing enter etc doesnt show me informations about anything.
All the music files are in ~/Music
and mpd should work on 6600 not sure how to debug this.
@JakeStanger commented on GitHub (Mar 22, 2020):
Is MPD definitely working with a populated database?
Run
mpc list artistand check a list of artists come back if you're not sure.@thepenguinthatwants commented on GitHub (Mar 28, 2020):
Oh it doesnt give anything back . I guess I need to configure mpc separately?
exists in my mpd.conf and ~/.config/rofi-mpd/config.toml
music_directory "~/Music"
also mpc next brings me to another song in the ncmpcpp list that I added.
@JakeStanger commented on GitHub (Mar 28, 2020):
mpcis just the most basic MPD client. This is also an MPD client, so if neither this nor MPC are finding anything it would suggest that MPD is not running/properly configured.I'm going to close this for now as it sounds like it's not an issue with this program. Feel free to reply if that changes.