I didn't make it clear about Bluetooth, my bad, sorry.
PeppyMeter can be triggered when Bluetooth is activating, but the needles don't move, it seems to me that audio signal doesn't go thru pepppyalsa and direct output to sound card.
I've check the ALSA congratulations in mpd.php, both ALSA_default and ALSA_bluetooh are configured to be the same output:
$data .= "device \"_audioout\"\n";
But mixer_type is not the same, ALSA_default is hardware, and ALSA_bluetooth is software, maybe this is the issue ?
I'm not familiar with the nice Peppy software but @fdealexa has some experience. He might be able to shed some light on what might be happening. You could also try posting an issue to the PeppyMeter Git repo https://github.com/project-owner/PeppyMeter
Here are the results of more or less finished CSS/JS for rendering the UI on an Ultrawide screen. There are prolly some additional adjustments that can be made but I'll need you to test on the real screen to see what those might be.
(10-29-2022, 03:18 PM)Tim Curtis Wrote: Here are the results of more or less finished CSS/JS for rendering the UI on an Ultrawide screen. There are prolly some additional adjustments that can be made but I'll need you to test on the real screen to see what those might be.
Are you are building moOde with Gulp on your end?
Yes, I am using Gulp to build moOde.
I have 1920x550 and 1920x480 LCD panels, I'd glad to test both if you want me to.
(10-30-2022, 11:24 AM)Tim Curtis Wrote: I pushed the WIP commits to the develop branch last night. Update your clone of the moode repo and your next build should reflect the changes.
cd REPO_CLONE
git fetch --all
git pull origin develop
The CSS isn't fully refactored yet and so there could be some oddness in the Config screens.
Please see the results, some are the same, and some are different.
The same: Cover_View, Cover_View_Playlist, Volume, Audio_Info, Tag_View, Configurations.
(10-30-2022, 11:24 AM)Tim Curtis Wrote: I pushed the WIP commits to the develop branch last night. Update your clone of the moode repo and your next build should reflect the changes.
cd REPO_CLONE
git fetch --all
git pull origin develop
The CSS isn't fully refactored yet and so there could be some oddness in the Config screens.
Please see the results, some are the same, and some are different.
The same: Cover_View, Cover_View_Playlist, Volume, Audio_Info, Tag_View, Configurations.
Different: Main, Album_View
The stair stepping in the Queue in Playback view is most likely caused by one of the files containing HTML in a tag. Try with just the Default Playlist.
In the Library section of Preferences there is a setting named "Thumbnail columns". In my screen shots I had this set to 10/4.
(10-30-2022, 11:24 AM)Tim Curtis Wrote: I pushed the WIP commits to the develop branch last night. Update your clone of the moode repo and your next build should reflect the changes.
cd REPO_CLONE
git fetch --all
git pull origin develop
The CSS isn't fully refactored yet and so there could be some oddness in the Config screens.
Please see the results, some are the same, and some are different.
The same: Cover_View, Cover_View_Playlist, Volume, Audio_Info, Tag_View, Configurations.
Different: Main, Album_View
The stair stepping in the Queue in Playback view is most likely caused by one of the files containing HTML in a tag. Try with just the Default Playlist.
In the Library section of Preferences there is a setting named "Thumbnail columns". In my screen shots I had this set to 10/4.
(10-30-2022, 11:24 AM)Tim Curtis Wrote: I pushed the WIP commits to the develop branch last night. Update your clone of the moode repo and your next build should reflect the changes.
cd REPO_CLONE
git fetch --all
git pull origin develop
The CSS isn't fully refactored yet and so there could be some oddness in the Config screens.
Please see the results, some are the same, and some are different.
The same: Cover_View, Cover_View_Playlist, Volume, Audio_Info, Tag_View, Configurations.
Different: Main, Album_View
The stair stepping in the Queue in Playback view is most likely caused by one of the files containing HTML in a tag. Try with just the Default Playlist.
In the Library section of Preferences there is a setting named "Thumbnail columns". In my screen shots I had this set to 10/4.
One of the challenges is that the UI in the simulator (Chrome) is not exactly the same as on your real screen. For example in the sim the font size for the Queue looks too large to my eye,
(10-30-2022, 11:24 AM)Tim Curtis Wrote: I pushed the WIP commits to the develop branch last night. Update your clone of the moode repo and your next build should reflect the changes.
cd REPO_CLONE
git fetch --all
git pull origin develop
The CSS isn't fully refactored yet and so there could be some oddness in the Config screens.
Please see the results, some are the same, and some are different.
The same: Cover_View, Cover_View_Playlist, Volume, Audio_Info, Tag_View, Configurations.
Different: Main, Album_View
The stair stepping in the Queue in Playback view is most likely caused by one of the files containing HTML in a tag. Try with just the Default Playlist.
In the Library section of Preferences there is a setting named "Thumbnail columns". In my screen shots I had this set to 10/4.
One of the challenges is that the UI in the simulator (Chrome) is not exactly the same as on your real screen. For example in the sim the font size for the Queue looks too large to my eye,
I smaller the playgueue items (just for my personal favorites) :
/* Playback view Queue */
.playqueue li:before {font-size:1.35em;margin-top:10px;}
.playqueue .playqueue-thumb {width:3.5em;height:3.5em;}
.playqueue .pll1 {font-size:1.35rem;}
.playqueue .pll2 {font-size:1.15rem;margin-left:calc(3.5em + 1vmin)!important}
.playqueue-action {font-size:1.25rem!important;}
one issue is that after gulp build-->deploy, I lost the [Folder] albumart thumbnails in plaugueue, album_view and tag_view.
Have been tried re-plug USB drive, regenerate music library, regenerate album cover thumbnail cache, restart MPD...but no success, may I know how to fix this ? thanks.