Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: No menues / tabs moode 6.5.2
#21
That reminds me i've wanted expand the use of this feature, like be able to set the i2s device, enable spotify or local UI.

For now, i have this who work fine:


Code:
[names]
hostname=moode
browsertitle=moOde Player
airplayname=Moode Airplay
spotifyname=Moode Spotify
bluetoothname=Moode Bluetooth
squeezelitename=Moode
upnpname=Moode UPNP
dlnaname=Moode DLNA

[device]
i2sdevice=None

[services]
airplaysvc=0
spotifysvc=0
upnpsvc=0
dlnasvc=0
localui=0

[network]
wlanssid=MySSID
wlansec=wpa
wlanpwd=MyPassword
wlancountry=US
apdssid=Moode
apdchan=6
apdpwd=moodeaudio

[other]
timezone=America/Detroit
keyboard=us
themename=Default
accentcolor=Emerald

If you guys have ideas about stuff to add, im all ears.
Reply
#22
I can add the additional fields and corresponding logic to autoConfig
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#23
I should be able to make a PR later today with updated autoConfig as well
Reply
#24
That would make it easy. I'll have a coffee and work on another TODO list item, lol
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#25
It allows me to train my PHP Big Grin
Reply
#26
(09-16-2020, 09:52 AM)TookaFace Wrote: There is a typo in moodecfg.defaut.txt from the repo, that's why it fail:

Code:
themename=Standard
should be:
Code:
themename=Default

In the log you provide, we can see:

Code:
[other]
timezone=Europe/Rome
themename=Standard
accentcolor=Emerald

Thank you very much. I would also appreciate to set things like timezone within this file! It really would make upgrading or restoring way easier!
Creating solutions, not finding problems.
Reply
#27
You will be happy with next version then Smile
Reply
#28
(10-25-2020, 11:19 PM)TookaFace Wrote: You will be happy with next version then Smile

Now I am really looking forward to it Smile Smile Smile
Creating solutions, not finding problems.
Reply
#29
(10-25-2020, 11:19 PM)TookaFace Wrote: You will be happy with next version then Smile

Hello there 

The next version is out but i cannot find an example config file. It was already hard to find before but now I am unable to find it at all. 

Could you provide an example or even a list with possible parameters?

Thank you beforehand. 
Greetings Ale
Creating solutions, not finding problems.
Reply
#30
Try:

Code:
moodeutl -e

It will export your settings in a file.

Code:
; #########################################
; Copy this file to /boot/moodecfg.ini
; It will be processed at startup and the
; system will automaticly Restart.
;
; All param = "value" pairs must be present.
; Set wlanssid = blank to start AP mode.
; Example: wlanssid = ""
;
; Moode Release : 7.0.0 2020-12-15
; Create date   : 2020-12-18 12:02:40
;
; ##########################################
[Names]
browsertitle = "moOde Player"
hostname = "moode"
btname = "Music Box"
airplayname = "Moode Airplay"
spotifyname = "Moode Spotify"
squeezelitename = "Moode"
upnpname = "Moode UPNP"
dlnaname = "Moode DLNA"

[System]
timezone = "America/Detroit"
keyboard = "us"
cpugov = "ondemand"
hdmiport = "1"
eth0chk = "1"
led_state = "1,1"
localui = "0"
p3wifi = "1"
p3bt = "1"
expandfs ="0"

[I2S Device]
i2sdevice = "Audiophonics ES9028/9038 DAC"

[Sound]
crossfeed = "Off"
invert_polarity = "0"
alsaequal = "Off"
eqfa12p = "Off"

[MPD]
mixer_type = "hardware"
device = "0"
audio_output_format = "disabled"
selective_resample_mode = "0"
sox_quality = "high"
sox_multithreading = "1"
sox_precision = "20"
sox_phase_response = "50"
sox_passband_end = "95"
sox_stopband_begin = "100"
sox_attenuation = "0"
sox_flags = "0"

[Renderers]
btsvc = "1"
pairing_agent = "0"
rsmafterbt = "1"
airplaysvc = "0"
rsmafterapl = "No"
spotifysvc = "0"
rsmafterspot = "No"
slsvc = "0"
rsmaftersl = "No"

[UPnP/DLNA]
upnpsvc = "0"
dlnasvc = "0"
upnp_browser = "0"

[Network (wlan0)]
wlanssid = "None (activates AP mode)"
wlanpwd = ""
wlansec = "wpa"
wlancountry = "US"

[Network (apd0)]
apdssid = "Moode"
apdpwd = ""
apdchan = "6"

[Preferences]

[Appearance]
themename = "Default"
accent_color = "Emerald"
alphablend = "1.0"
adaptive = "No"
cover_backdrop = "No"
cover_blur = "20px"
cover_scale = "1.25"
font_size = "Normal"

[Playback]
playlist_art = "Yes"
extra_tags = "album,genre,track,disc,date,composer,conductor,performer,encoded"
playhist = "No"

[Library]
library_instant_play = "Play"
library_albumview_sort = "Artist"
library_tagview_sort = "Artist"
library_recently_added = "2592000000"
library_encoded_at = "9"
library_covsearchpri = "Embedded cover"
library_hiresthm = "Auto"
library_thumbnail_columns = "6/2 (Default)"

[Library (Advanced)]
library_tagview_artist = "Artist"
library_misc_options = "No,Album@Artist (Default)"
library_ignore_articles = "a,an,the"
library_show_genres = "Yes"
library_tagview_covers = "Yes"
library_ellipsis_limited_text = "No"
library_utf8rep = "No"

[Internal]
first_use_help = "No"

[Sources]

[EQP]
eqp12_curve_name[0] = "Default curve"
eqp12_settings[0] = "0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0 20 1 0  0"
eqp12_active[0] = "No"


To import ur settings, copy the generated file here /boot/moodecfg.ini, then:
Code:
moodeutl -i

Or simply reboot.
Reply


Forum Jump: