Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-04-16 Thread Eyerex
Am i right in thinking the the styles code for each screen can be edited to add content into each one so say i change { style = 'nowplaying', artworkSize = midArtwork, text = self:string("ART_AND_T

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread bpa
Apesbrain wrote: > Went to update squeezelite and just noticing the "ffmpeg" versions. I > assume these will play files that the standard version will not? Any > reason not to use the ffmpeg version? Thanks. IIRC ffmpeg was used for WMA format. If player cannot handle WMA natively, then LMS

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread Apesbrain
Went to update squeezelite and just noticing the "ffmpeg" versions. I assume these will play files that the standard version will not? Any reason not to use the ffmpeg version? Thanks. Apesbrain's Profile: http://forums

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread bpa
Learned something new. Not quite clear but with ALSA it seems "plug:" is a prefix before pseudo device. (e.g. "plug:iec958" or "plug:surround21") so -o plug:USB1 is the same as -o USB1 - so new test did nothing different to first. Another reason to try "hw:" or "plughw:" ---

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread bpa
Chestroled wrote: > > > thanks for feedback. > > This code was from a friend and related to alsa equaliser . So i've > tried : > The usual choices are hw:USB2 or plughw:USB2 These are known to work with squeezelite. It's not clear what ALSA setup (and unknown settings/behaviour) would b

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread Chestroled
bpa wrote: > This is just a comment based on what has been displayed. > > I don't know what "plug:" means in ALSA. Usual prefixes are "hw:" and > "plughw:" > > You are using device designation like "plug:USB1" > > Extracting from the "squeeszelite -l" list of valid devices the > following a

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread bpa
Chestroled wrote: > Hello, anyone have an idea to found what's wrong? This is just a comment based on what has been displayed. I don't know what "plug:" means in ALSA. Usual prefixes are "hw:" and "plughw:" You are using device designation like "plug:USB1" Extracting from the "squeeszelite

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-04-16 Thread Chestroled
Chestroled wrote: > Hello squeezebox community ! > > I'm actually facing a strange problem with squeezelite. > > My goal is to achieve a multiroom rack system based on a Raspberry > running 6 squeezelite instance and 6 PCM2704 chinese DAC > > The architecture system is : . Hello, anyone