Work In Progress: 1.4.4
#21
(06-May-2025, 08:51 PM)hkphantomgtr Wrote: Hi, AK, may I suggest that adding core temperature, clock speed and volt into the Webui Dashboard, so I can save some time in putty?   Thanks for your concern.Big Grin
Created a ticket to this.

Spent most of my time preparing my resume and applying for jobs past few weeks so havn't really worked on Snakeoil OS as much as I want... Hopefully I can pick up the pace on Snakeoil OS development again... :/
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • hkphantomgtr
Reply

#22
(07-May-2025, 11:31 AM)agent_kith Wrote:
(06-May-2025, 08:51 PM)hkphantomgtr Wrote: Hi, AK, may I suggest that adding core temperature, clock speed and volt into the Webui Dashboard, so I can save some time in putty?   Thanks for your concern.Big Grin
Created a ticket to this.

Spent most of my time preparing my resume and applying for jobs past few weeks so havn't really worked on Snakeoil OS as much as I want... Hopefully I can pick up the pace on Snakeoil OS development again... :/

I prefer you get a good job first😊
[-] The following 1 user Likes hkphantomgtr's post:
  • Snoopy8
Reply

#23
(26-Apr-2025, 03:22 PM)wxrbbs Wrote: [font]mpd.conf 
Get configuration parameters error

 zeroconf_enabled "yes"
zeroconf_name "wxrbbsroon"
audio_output {
type "alsa"
name " _OUTPUT="
device "hw:0: Diretta3FF0 [TargetApp_0000,0: TargetApp_0000"
buffer_time "40000"
period_time "10000"
mixer_type "none"
auto_format "no"
auto_channels "no"
replay_gain_handler "none"

}



It should be:
 zeroconf_enabled "yes"
zeroconf_name "wxrbbsroon"
audio_output {
type "alsa"
name " _OUTPUT="
device "hw:0"
buffer_time "40000"
period_time "10000"
mixer_type "none"
auto_format "no"
auto_channels "no"
replay_gain_handler "none"[/font]

}
[Image: cheer1.gif]



Interim fix using ChatGPT: Update the init file located at 

Code:
/var/www/music_players/mpd-v23/init
 with the code below:
 if [ -z "${DEVICE}" ]; then
clean_output=$(echo "$AUDIO_OUTPUT" | cut -d ':' -f1-2)
ALSA_DEVICE="device \"$clean_output\""
else
ALSA_DEVICE="${DEVICE}"
fi
Reply

#24
@wxrbbs What's the context of the MPD configuration you have above? 

What's the problem you're trying to address?
Snakeoil Operating System - Music, your way!
Reply

#25
(10 hours ago)agent_kith Wrote: @wxrbbs What's the context of the MPD configuration you have above? 

What's the problem you're trying to address?



Hello ak,
I installed Diretta, and when MPD acquires the Diretta sound card, it writes all characters into the 

Code:
mpd.conf
 file like this:
 
Code:
device "hw:0: Diretta3FF0 [TargetApp_0000,0: TargetApp_0000"
, which causes MPD to fail to play music.
The correct parameter should be:

 
Code:
device "hw:0"


Diretta:Diretta Audio Protocol
Reply



Bookmarks



Users browsing this thread:
2 Guest(s)

[-]
Our Sponsors

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

Username/Email:


Password:





[-]
Latest Threads
Work In Progress: 1.4.4
Last Post: wxrbbs
Yesterday 03:11 PM
» Replies: 24
» Views: 641
Snakeoil with Ubuntu Desktop ?
Last Post: agent_kith
Yesterday 01:36 PM
» Replies: 5
» Views: 51
Tweaks to Do Music Your Way
Last Post: Snoopy8
Yesterday 01:24 PM
» Replies: 0
» Views: 14
Add UPNP/DLNA functionality
Last Post: evare
Yesterday 11:13 AM
» Replies: 8
» Views: 190
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
Yesterday 10:43 AM
» Replies: 62
» Views: 2297
new install issues
Last Post: hkphantomgtr
Yesterday 10:41 AM
» Replies: 18
» Views: 343
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
07-May-2025 05:55 PM
» Replies: 8
» Views: 135
Isolate CPUs from IRQ and SMP
Last Post: agent_kith
05-May-2025 11:39 AM
» Replies: 1
» Views: 50
How to delete MPD music file database in...
Last Post: hkphantomgtr
29-Apr-2025 02:46 PM
» Replies: 4
» Views: 94
Normal/Inverted Phase Playback
Last Post: agent_kith
28-Apr-2025 11:36 AM
» Replies: 13
» Views: 3659

[-]
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.