We are moving! New user registrations to this forum is now closed. Posting here will be disabled eventually. Please go to the new community for your Snakeoil OS support and other discussions. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


Snakeoil Firmware - 1.1.9 (Blind Testing Update 9)
#11
[Image: Screenshot-2020-04-12-my-MPD.png]
I've managed to build myMPD and have it start though currently errors as 'MPD disconnected'.I think that's just my footling about with the configuration file...
I will try some other settings and get back.

I think the firmware update was missing the myMPD build. Smile

Took a while but got MPD connected and can browse and play but trying to view (album art) in gridview kills the player...

Ok! now I have cover view but it takes a very long time to load and update....should be faster 
*-cpu
          product: Intel® Pentium® Dual  CPU  E2220  @ 2.40GHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          width: 64 bits




[Image: Screenshot-2020-04-12-my-MPD.png]

[Image: Screenshot-2020-04-12-my-MPD-Bob-Dylan-L...-Stone.png]

All works with the exception of albumart grid view...whilst the coverart shows it is replicated multiple times...being equal to the number of tracks minus 1 for each and every album.
Not sure if this is an myMPD issue or snakeoil configuration....??

[Image: Screenshot-2020-04-12-my-MPD-Elton-John-...eeding.png]
changed  path to music folder and now the cover images load fast but still in multiples....off now for more head scratching.... Big Grin
Reply

#12
(12-Apr-2020, 07:25 AM)Bromf Wrote: [Image: Screenshot-2020-04-12-my-MPD.png]
I've managed to build myMPD and have it start though currently errors as 'MPD disconnected'.I think that's just my footling about with the configuration file...
I will try some other settings and get back.

I think the firmware update was missing the myMPD build. Smile

Took a while but got MPD connected and can browse and play but trying to view (album art) in gridview kills the player...

Ok! now I have cover view but it takes a very long time to load and update....should be faster 
*-cpu
          product: Intel® Pentium® Dual  CPU  E2220  @ 2.40GHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          width: 64 bits




[Image: Screenshot-2020-04-12-my-MPD.png]

[Image: Screenshot-2020-04-12-my-MPD-Bob-Dylan-L...-Stone.png]

All works with the exception of albumart grid view...whilst the coverart shows it is replicated multiple times...being equal to the number of tracks minus 1 for each and every album.
Not sure if this is an myMPD issue or snakeoil configuration....??

[Image: Screenshot-2020-04-12-my-MPD-Elton-John-...eeding.png]
changed  path to music folder and now the cover images load fast but still in multiples....off now for more head scratching.... Big Grin
How do you fix myMPD disconnect? I have the same issue after updated to 1.1.9
Reply

#13
It is not simple...so to avoid untold versions of support for this I feel it is best to wait for AK and an update to the firmware... Wink  he will be along presently.. Big Grin
My experiment has been with an AMD64 firmware...not ARM/Pi  do note this..

However...If you are a Linux user...Desktop and Snakeoil conversant... pm me....breakage on your own head be it and no support if it does not work for you...you'll have to reinstall and await AK's fix if my recipe does not work.. Wink Wink !!
Reply

#14
(12-Apr-2020, 02:29 PM)Bromf Wrote: It is not simple...so to avoid untold versions of support for this I feel it is best to wait for AK and an update to the firmware... Wink  he will be along presently.. Big Grin
My experiment has been with an AMD64 firmware...not ARM/Pi  do note this..

However...If you are a Linux user...Desktop and Snakeoil conversant... pm me....breakage on your own head be it and no support if it does not work for you...you'll have to reinstall and await AK's fix if my recipe does not work.. Wink Wink !!

Many thanks, your suggestion fixed the problem, I am using AMD64 too
[-] The following 1 user Likes seafoodlover's post:
  • Bromf
Reply

#15
Good that it worked for you !
Are you getting the multiple covers problem in gridview ?
Reply

#16
Seems mympd.conf isn't copied over? I'll see if I can whip up something to fix this.

As for grid view, it could be a problem with myMPD itself.. I'll double check that later.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Bromf
Reply

#17
Can you guys try the hotfix (go to the last of the first post here) and see if mympd is now working for you?
Snakeoil Operating System - Music, your way!
Reply

#18
Tried and ...Nope....Back to the initial problem.... firefox can't find the server...

However, I amended mympd.conf

for these lines and that fixed it..
PHP Code:
[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host localhost
port 
6600


#myMPD user
#group is the primary group of this user
user myMPD 
Reply

#19
(13-Apr-2020, 04:27 PM)Bromf Wrote: Tried and ...Nope....Back to the initial problem.... firefox can't find the server...

However, I amended mympd.conf

for these lines and that fixed it..
PHP Code:
[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host localhost
port 
6600


#myMPD user
#group is the primary group of this user
user myMPD 

Delete the file '/etc/mympd.conf', then upload the fix module again. Did the file reappear? And also, does mympd work now?

The config file in the fix has the correct connection info, (it uses 127.0.0.1 which is the same as localhost).

I'm guessing, that user part is the problem. In Snakeoil, it needs to be www-data. But if you started with myMPD, then you'll need to wipe out everything in /var/lib/mympd first before restarting mympd. I'll see if I can fix this in the next fix update.
Snakeoil Operating System - Music, your way!
Reply

#20
(14-Apr-2020, 03:35 AM)Bromf Wrote:
(13-Apr-2020, 06:10 PM)agent_kith Wrote: Delete the file '/etc/mympd.conf', then upload the fix module again. Did the file reappear? And also, does mympd work now?

The config file in the fix has the correct connection info, (it uses 127.0.0.1 which is the same as localhost).

I'm guessing, that user part is the problem. In Snakeoil, it needs to be www-data. But if you started with myMPD, then you'll need to wipe out everything in /var/lib/mympd first before restarting mympd. I'll see if I can fix this in the next fix update.

That worked !  (deleted both /etc/mympd.conf and /var/lib/mympd then uploaded the new firmware)

myMPD loads and works as expected (with the exception of the multiple covers in gridview. Still not sure what's happening there but it is consistently showing one cover for each track (less 1) of each album...weird Big Grin  )

Is there a pi fix as well?
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Snakeoil Firmware - 1.2.6 (Gear Isolation U6) agent_kith 26 9,236 08-Sep-2023, 01:15 PM
Last Post: hkphantomgtr
  Snakeoil Firmware - 1.2.13 (Gear Isolation U13) agent_kith 4 4,265 06-Sep-2023, 07:59 AM
Last Post: agent_kith
  Snakeoil Firmware - 1.2.12 (Gear Isolation U12) agent_kith 0 1,096 11-Jun-2023, 04:17 PM
Last Post: agent_kith
  Snakeoil Firmware - 1.2.11 (Gear Isolation U11) agent_kith 39 13,487 29-May-2023, 11:10 PM
Last Post: pikachullk
  Snakeoil Firmware - 1.2.10 (Gear Isolation U10) agent_kith 18 7,111 14-Feb-2023, 01:55 AM
Last Post: uglymusic



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 1412
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1072
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 6834
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 653
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 470
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 3757
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 4088
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 11937
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 3128
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 834

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.