Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-15 Thread mherger
Skimming lms.cgi (takes 5s+ here) I'm seeing this candidate: Code: # logic to activate/inactivate buttons depending upon whether LMS cache is present or not TMP=$(find /mnt -type d -maxdepth 3 | grep slimserver/Cache) If you've mounted a (sl

Re: [SlimDevices: Unix] Jivelite and (hopefully) Screen Switcher Applet

2022-11-07 Thread mherger
See ralphy's response: http://forums.slimdevices.com/showthread.php?t=117025 Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/Information) mherger's Pr

Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2022-11-04 Thread mherger
It's working as expected (but caching might take a while for the update to show up). Just did the manual update to force installation of the latest. It went correctly from 8.3.0 to 8.4.0 (as I requested the dev branch): Code: $ sudo ./lms-update.sh --release devel -s -r

Re: [SlimDevices: Unix] My Alpine Linux Repo for LMS and Squeezelite

2022-02-21 Thread mherger
Woot! I was able to connect a Squeezeplay instance to my LMS on iPhone :D. But as soon as I tried to access the web UI, it crashed. There are a lot of network related errors. And at that point it's the CLI plugin(!) which goes crazy, logging messages in the thousands. Earlier challenge: iSH woul

Re: [SlimDevices: Unix] My Alpine Linux Repo for LMS and Squeezelite

2022-02-19 Thread mherger
Your repo URL would give me a 404. Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/Information) mherger's Profile: http://forums.slimdevices.com/membe

Re: [SlimDevices: Unix] piCorePlayer/LMS w/o USB-Drive

2022-01-31 Thread mherger
gordonb3 wrote: > in a Pi running Raspbian about 6-8 months. That’s simply not true. Both my LMS run on Pi, and none ever had a card failure. The pCP instance has been in use for 3-4 years at least. The Raspian one for 2 years. But I avoid the one dollar noname SD card and get well known brands.

Re: [SlimDevices: Unix] PicorePlayer - how to remore tmpfs / ram disk and boot in normal mode ?

2021-08-20 Thread mherger
Did you check out the documentation? https://docs.picoreplayer.org/information/picore_extensions/ Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/Information) ---

Re: [SlimDevices: Unix] iPhone and piCore

2021-03-04 Thread mherger
Yatsushiro wrote: > 33651 Thanks for the Spam :). But you better report the issue to me and don't quote the spam message, as it makes it harder for me to get rid of it... Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/In

Re: [SlimDevices: Unix] Docker Images - Tagging?

2021-01-28 Thread mherger
mherger wrote: > > > > > - release - this obviously is the release version, currently 8.1.1 - stable - this is the bugfix branch, based on the release with only > important fixes, currently 8.1.2 - dev - this is where the good new things happen, but at the

[SlimDevices: Unix] Docker Images - Tagging?

2021-01-19 Thread mherger
So we've had Docker images for LMS for a few months now, and even I start to understand :-). At least I start to understand that the current tagging schema isn't great. We currently have things like 8.1.1-dev and 8.1.1. But there's no easy way to follow a tag to get updates for eg. released build

Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-29 Thread mherger
philippe_44 wrote: > I was thinking more about differences between variable and fixed block > size which can be detected in STREAMINFO header. So far, it seems that > almost all flac are coded with fixed block but I was wondering is higher > compression level would not trigger use of variable bl

Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-28 Thread mherger
@bpa - would the following fix the issue? Code: diff --git a/Slim/Plugin/WiMP/ProtocolHandler.pm b/Slim/Plugin/WiMP/ProtocolHandler.pm index 509de4516..d952e3c88 100644 --- a/Slim/Plugin/WiMP/ProtocolHandler.pm +++ b/Slim/Plugin/WiMP/ProtocolHandler.pm @@ -40,6

Re: [SlimDevices: Unix] piCorePlayer 7.0.0 - Public Beta

2020-11-23 Thread mherger
kidstypike wrote: > Here's my list of inactive plugins. > > 32292 What about the active plugins? Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/Information) --

Re: [SlimDevices: Unix] piCorePlayer 7.0.0 - Public Beta

2020-11-23 Thread mherger
So you're saying that with pCP 7 and LMS 8 you don't have those plugins? None of the others either? Burning a new image now... Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS: Settings/Information) --

Re: [SlimDevices: Unix] custom-convert.conf overwritten on update, LMS 8.0, Synology

2020-11-16 Thread mherger
LMS would really only look in the root - and in plugin folders. Therefore the simplest solution probably is to create a minimalist plugin: Plugin.pm: Code: package Plugins::MyCustomConvert::Plugin; # nothing to do here. We only want LMS to register the search pa

Re: [SlimDevices: Unix] Spotty Plugin keeps requesting authorization for me after a few days

2020-03-28 Thread mherger
eradicatore wrote: > ok, installed and I'm using spotify as usual now. seems slow to start > songs. just FYI. But it does play. > > 29872 You don't need the helper plugin. It's for AARCH64 CPUs only, but you're using x86_64, aren't you? Michael http://www.herger.net/slim-plugins - Spott

Re: [SlimDevices: Unix] LMS restart error: Found left-over process 441 (squeezeboxserve)

2019-12-01 Thread mherger
mherger wrote: > > > url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os"; > > That $os at the end is unnecessary. > I stand corrected: in the context of the script as outlined in https://forums.slimdevices.com/showt

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-20 Thread mherger
paul- wrote: > A pi3b/b+ should be using the armv7 kernel. Can you check your > config.txt and post it? > > As for the spotty helper? Are you supplying a static binary? If so > aarch64 should not be a problem. Otherwise how does Perl identify the > arch? Can we wrap slimserver.pl with

Re: [SlimDevices: Unix] Squeezebox server unable to open :9000 browser interface

2019-07-11 Thread mherger
What kind of hardware is this? Eg. we don't provide the Perl binaries for Perl 5.28 on i386. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimdevices.com/member.ph

Re: [SlimDevices: Unix] Permission denied at startup

2019-06-05 Thread mherger
Yes, you seem to have some networking issues. First of all uninstall ickStream. Then try again. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimdevices.com/memb

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

2019-04-27 Thread mherger
But what is the impact on the user? Imagine I was a user (I actually am a squeezelite user only, not a dev). I have no clue what you’re talking about. My music plays nicely. Therefore I don’t see what problem you’re trying to solve. Michael http://www.herger.net/slim-plugins - Spotty, MusicA

Re: [SlimDevices: Unix] Jivelite on a Joggler

2019-01-16 Thread mherger
chill wrote: > > [image: > http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/JiveliteonJoggler_512.jpg] That screenshot shows a rather outdated version of Jivelite or Squeezeplay. Spot the difference in the button bar at the bottom on your and Man's screenshot. Michael http://www.herger.net

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-12-27 Thread mherger
lordvader wrote: > Excuse the spam, but is this a suitable place to ask Jivelite questions > on platforms other than picoreplayer? It’s easy enough to start a new thread. You obviously knew it didn’t make sense to post here, didn’t you? [emoji846] Michael http://www.herger.net/slim-plugins -

Re: [SlimDevices: Unix] Help debugging weird font/display issue

2018-10-18 Thread mherger
Great job! Would you be willing (and able) to make this available to other users? I'm not a regular Softsqueeze user, but just recently wanted to use it, too (working on a train, trying to fix a UI issue :-))? bpa - I'm confused as to who's been keeping track of the latest download before. The o

Re: [SlimDevices: Unix] LMS can't see the internet?

2018-10-17 Thread mherger
DJanGo - this is about LMS not being able to access the internet, not about the user not being able to access LMS, isn't it? Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://

Re: [SlimDevices: Unix] Using webcam based RasPi and QR-Codes to remote control Squeezebox - But how? PyLMS?

2018-09-20 Thread mherger
Unless you do this for the fun of doing it, I'd suggest you get a 7" screen, the HDGrid skin, and let your kid select album art from the display, rather than a physical CD cover. Use LMS' custom browse menus to create a section just for your kid. My kids were able to use this system (actually on

Re: [SlimDevices: Unix] Spotty on Rpi3 / Very slow

2018-09-15 Thread mherger
beans wrote: > > Server: Raspberry pi 2B (exclusively running LMS) > What OS are you using? Could you be running low on memory? Can you watch "top" while you tart playing a track? Is it CPU, RAM or I/O bound? Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo ---

Re: Problem with playback of URL sourced mp3 type files on LMS (Czech Radio�s iRadio)

2018-04-10 Thread mherger
Thank you very much for this detailed analysis. I might need to look into supporting the partial content streams. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimd

Re: Problem with playback of URL sourced mp3 type files on LMS (Czech Radio�s iRadio)

2018-04-04 Thread mherger
I doubt there's a generic problem playing static mp3 files: it's what most podcasts and streaming services (Pandora, Deezer, Tidal, Bandcamp...) do. So, rather than playing with custom-convert I'd suggest you double check you theory by installing 7.7.6 on a computer, then 7.9.1. On the same machin

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-03-29 Thread mherger
Doryphore wrote: > I just switched to version 3.5 comma everything works fine for several > days. > By cons, since this afternoon I have a problem with the web display , I > find myself with this: > '[image: > http://nsa39.casimages.com/img/2018/03/29/mini_180329075728717742.jpg]' > (http://www.c

Re: [SlimDevices: Unix] Spotify Connect with picoreplayer and Pi2

2018-03-27 Thread mherger
tnptek wrote: > /usr/local/slimserver/Cache/InstalledPlugins/Plugins/SpottyAARCH64Bin/Bin > /usr/local/slimserver/Cache/InstalledPlugins/Plugins/SpottyBinFreeBSD/Bin > /usr/local/slimserver/Cache/InstalledPlugins/Plugins/SpottyMacBin/Bin You installed too many pieces without knowing what they're

Re: [SlimDevices: Unix] Does piCorePlayer 3.22 work on the Raspberry Pi 3B+?

2018-03-24 Thread mherger
kiffsta wrote: > Plus 1 here on the eagerly awaiting v3.5 release. Just bought the new B+ > and a hifiberry to transition my LMS server/player setup too. > At least I know why I can`t get 3.22 to work on it then! In case you missed the announcement: http://forums.slimdevices.com/showthread.php?

Re: [SlimDevices: Unix] Does piCorePlayer 3.22 work on the Raspberry Pi 3B+?

2018-03-20 Thread mherger
FWIW: I run a little test of Raspberry 2B, 3B, 3B+, and Rock64 (4GB, 32GB emmc), connected to my aging Linux server. I used a pCP pre-release 3.5.0 for the Pis, Debian (Jessie Minimal) on Rock64. Cache stored locally on Sandisk Ultra 16GB (Pi) or the emmc module on the Rock64. All connected using

Re: [SlimDevices: Unix] LMS on Ubuntu Server 17.10

2017-10-30 Thread mherger
There's a new nightly build available for i386. Please give it a try. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this th

Re: [SlimDevices: Unix] LMS stop/start/restart on Ubuntu 16.04 LTS - how to do it without root password?

2017-08-31 Thread mherger
blackbite wrote: > ist this still "under investigation" by you? I would really like to do a > restart of lms after a plugin update via the web gui if the old wrapper > script or the --norestart option is no longer needed in "newer" debian > dists. > I´m running LMS (7.9.1 latest nightly) on a RPI

Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2017-08-18 Thread mherger
dersch wrote: > Hmm, but i like the image a lot. Also the minimal linux on it. If i just > used it as it is, then i need another hardware for the sensors i need. > Of course it is possible with a ESP but the Pi has GPIO's so i could > save on hardware device. So my idea was to use it with Docker.

Re: [SlimDevices: Unix] LMS 7.9 on i386 Ubuntu 17.04 Perl 5.24

2017-06-26 Thread mherger
How did you build the binaries? Did you pick the 7.9 branch of https://github.com/Logitech/slimserver-vendor? It seem you built some files with version conflicts. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR

Re: [SlimDevices: Unix] LMS 7.9 on i386 Ubuntu 17.04 Perl 5.24

2017-06-26 Thread mherger
You're using an ancient tarball. Try the latest and report back. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this t

Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-05-11 Thread mherger
I switched over from running LMS on my aging ReadyNAS Duo v2 to pCP on a Pi3 (leaving the music files on the NAS). Nearly every step of the scan (incl. artist artwork processing) is about twice as fast as before. Except for the actual scan where most likely network I/O is limiting. The web UI is m

Re: [SlimDevices: Unix] Picoreplayer Japanese/Chinese characters display as pinyin?

2017-04-11 Thread mherger
By the time you posted this log snippet, did you try to display one of the Japanese/Chinese items? The font would only be loaded once required. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR mh

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-04-05 Thread mherger
Jeff07971 wrote: > Oh thats a pity I thought that it might be simple. It's a rather easy change. But we'll have to see whether it's really what we want. Currently the code would only show that popup when the command was sent through IR. But in jivelite there's no "native" IR. IMHO all integratio

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.20 Beta

2017-04-04 Thread mherger
Thanks for the update! Installation went smoothly (after some RTFM moments wrt. wireless setup...). The only peculiarity I'd mention is the refresh duration being too short after some actions. Eg. when I tried to install jivelite, I obviously had to expand the filesystem. After doing so the web UI

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-02-20 Thread mherger
Something like this? 22164 I've indeed done some hacking around this idea... but it would require some more re-factoring of the Joggler/PiGrid skins to really make it shine. Hacking up the larger menu is relatively easy. But all the Now Playing screens would require tweaking, too. And that's qui

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-02-20 Thread mherger
How's that looking to you? 22160 22161 22162 Adding a little more flexibility. It should now scale nicely for these three cases. +---+ |Filename: Bildschirmfoto 2017-02-20 um 08.57.24.jpg| |Download: http://forums.

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-29 Thread mherger
Wirrunna wrote: > The code that you are referring to is just Jivelite for piCorePlayer is > it not? The logic as you explained it certainly appears wrong, in which > case why not try fixing it? There are a bunch of us out here that will > help test it. Ok, no C code change required. What about t

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-29 Thread mherger
mherger wrote: > > Also, the "back" button at top left corner, can it be more transparent > ? > ... > Now for the transparancy, I don't have any coding excuse. But this time > > it's some image handling: I'll need to change the artwork's alp

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-26 Thread mherger
Another Now Playing screen idea: "Large Artwork with Text". Thoughts? 21978 +---+ |Filename: Bildschirmfoto 2017-01-26 um 23.47.43.jpg| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=21978| +--

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-01-16 Thread mherger
I tried to figure out whether you had a repository with your code somewhere. I'd like to eg. add German translation to the pCP app. Where would I find it? Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-14 Thread mherger
Nice, thanks! BTW: did you notice that the screen's aspect ratio seems to be a bit off? Squares aren't square. Album art and buttons etc. are not visually square. Even radio buttons imho are slightly elliptic. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-12 Thread mherger
Hmm... take the excellent Joggler skin, mix in some fancy HDGrid extracts... 21858 21859 21860 ...might suit the Pi's 7" display quite nicely... +---+ |Filename: Bildschirmfoto 2017-01-12 um 16.19.19.jpg| |Download

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-01-04 Thread mherger
Just gave pCP another try after I had tested it some... >2.5 years ago?. Wow. This is f... amazing! I'm about to replace my prototype frankenfab4 desktop controller with the Pi + 7" display :-). As my Pi was already hooked up to a 24" display I obviously tried to put it into full HD mode. As othe

Re: [SlimDevices: Unix] .deb on Debian Jessie

2016-10-20 Thread mherger
505 wrote: > It includes the Perl modules for Perl 5.20, but only for armhf. armel > is missing, so I compiled them myself. You can download them here: > https://server.vijge.net/static/squeezebox/arm-linux-gnueabi-thread-multi-64int.tar.gz > Just extract this to /usr/share/squeezeboxserver/CPAN

Re: [SlimDevices: Unix] George's HOWTO guide for installing Logitech Media Server on Centos 7 (also RHEL 7)

2016-09-15 Thread mherger
Thanks for these instructions! I wonder what Perl version CentOS 7 is using? And wouldn't 7.9 have run out of the box, as it comes with extended platform support? Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR ---

Re: [SlimDevices: Unix] Any Ubuntu 16.04 experiences...? Thoughts?

2016-04-26 Thread mherger
Oh, you're using the 32-bit version of Ubuntu? We don't have binaries for this platform (yet). You could try to build them yourself from https://github.com/Logitech/slimserver-vendor/tree/public/7.9/CPAN. Or you install Ubuntu in its 64-bit flavor. Michael http://www.herger.net/slim-plugins -

Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-03-28 Thread mherger
fedcod wrote: > Anyone tried to install ickstream plugin ? > > it's needed for TIDAL but I can't install. I add the repo but can't see > the plugin in the list ! You don't need ickStream to access Tidal. It's been available from mysb.com for a while now. Michael http://www.herger.net/slim-p

Re: [SlimDevices: Unix] Logitech Media Server died. Restarting.

2016-02-01 Thread mherger
We don't have support for Perl 5.22 on ARM yet. You'll need to either build those modules yourself (https://github.com/Logitech/slimserver-vendor/tree/public/7.9/CPAN), or you build a standalone perl < 5.22 (as outlined in some thread in this forum). Michael http://www.herger.net/slim-plugins

Re: [SlimDevices: Unix] Whats your fav. "Hack" / Wrapper to interact with Logitech Media Server?

2016-01-03 Thread mherger
How do you do the "scan new folder only" trick? Do you have those scripts on a repository or the like? While my main LMS installations all run on Linux servers, my desktops are Macs. But I _love_ keyboard control even in a graphical environment. For my work I'm using a great Tool called Dash (htt

Re: [SlimDevices: Unix] LMS 7.9 on SqueezeOnArch on Wandboard refuses to scan

2015-04-06 Thread mherger
Check your formatting settings. Did you define some kind of placeholder for artwork to be found? There's an error about an invalid regex during the artwork scan which might cause the scan to fail. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR, Smart Mix ---

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

2015-01-19 Thread mherger
JackOfAll wrote: > Edit 20120119_1154: I haven't got any more time to do any testing today, > but I've pushed new squeezelite and latest git pull LMS builds plus > Triode patch for web-gui polarity inversion to SC testing repo, if > anyone else wants to take a look. (Wirrunna, if you're reading t

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

2014-12-19 Thread mherger
PasTim wrote: > OK, my turn to be really dim, again. I have no slimserver.pl file that > I can find on my server. I'm really not sure which program I should try > to run to get the help info. On some Linux distributions it's something like /usr/sbin/squeezeboxserver or logitechmediaserver or

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-06-06 Thread mherger
I speak more latin than I do speak C. But that's my best guess: Code: diff --git a/src/resize.c b/src/resize.c index 9bf6f34..41f7605 100644 --- a/src/resize.c +++ b/src/resize.c @@ -71,7 +71,11 @@ void copyResampled (SDL_Surface *dst, SDL_Surface *src, int x,

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-05-28 Thread mherger
mherger wrote: > > Now what's next: what can I do to figure out what is causing jpeg > files > to fail in Raspbian? JiveLite on Raspbian is failing to resize the artwork. If I disable the upscaling in SlimServer.lua -> _loadArtworkImage(), then I do get the image, though on

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-05-28 Thread mherger
Triode wrote: > There's a 70 second timeout (grep for SOCKET_BODY_TIMEOUT) on http > connections - I hope you are not seeing this? That's not the problem. Here's the log output from a picture which did not show: Code: 20140528 08:34:31.070 DEBUG net.http - SocketHttp.

Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-04-01 Thread mherger
JackOfAll wrote: > he'd have added Bin/i386-linux to the bin path on x86_64 platform for > backward compatibility, so if an x86_64 binary isn't available it "falls > back" to trying for an i386 binary Would the following change work for you? I don't have a 64-bit Linux here, can't test, will do

[SlimDevices: Unix] Mobile client crashing server's network connection - how to investigate?

2014-01-31 Thread mherger
Today I do have a question for the knowing. I will not mention brand names of the various devices involved, as I'm primarily trying to understand _what_ might be going on. I don't want any blaming this or that :-). I moved my office out of home. My trusted server I left at home, taking some NAS b

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-01-14 Thread mherger
Triode - thanks for the scrolling fix! Here's a suggested diff with minor tweaks to the grid skin. Because size matters :D. - Use larger font for track information. - Use larger font for progress information - Use alternative set of assets for the progress bar - These tweaks imho gre

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-01-08 Thread mherger
I noticed there was a scrolling issue with accented characters. Eg. check the É: 15461 Here's a video where you can see the issue a bit better: https://dl.dropboxusercontent.com/u/54507676/2014-01-08%2017.19.03.mov Do you have any idea how this can be fixed? I played around with heights, padd

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-01-03 Thread mherger
Has anyone had success building jivelite on Mavericks? It did work on ML, but now it doesn't want to find X11/Xlib.h, or SDLmain. Tried to re-build SDL from scratch, but it fails Xlib.h as well, though it is there in /usr/local/include/X11 Michael http://www.herger.net/slim-plugins - MusicArti

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2013-12-13 Thread mherger
Running jivelite in the HDGrid skin I'm seeing bad icons for the Radios. Is this a known issue? 15383 Looks like the applet wasn't compatible with the grid mode, but using grid size icons for the radio only or something? +---+ |Fi

Re: [SlimDevices: Unix] Fedora 18 Upgrade appears to break LMS 7.7.2 and 7.7.3

2013-07-04 Thread mherger
Thanks! That should be fine. I already updated Class::XSAccessor for OSX. Michael http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR, Smart Mix mherger's Profile: http://forums.slimdevices.com/membe

Re: [SlimDevices: Unix] Fedora 18 Upgrade appears to break LMS 7.7.2 and 7.7.3

2013-07-03 Thread mherger
JackOfAll - do you have any more patches I could include while I'm working on Perl 5.16 support? Michael http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR, Smart Mix mherger's Profile: http://forum

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2013-04-15 Thread mherger
Triode wrote: > I added OSX support a week or two ago - has anyone other than me > sucessfully used it? I finally got it working. Needed to start over from scratch with anything SDL*, then it worked. (And next I had to find out this was only a controller, and not a player :-)) ---

Re: [SlimDevices: Unix] Plastic Box Which Plays Noises

2013-04-15 Thread mherger
JackOfAll wrote: > I've made an updated release candidate image, CSOS RC2. web-gui (index > page) availability is averaging 23-25 seconds from being allocated an IP > Address via dhcp after booting. That's the best it is going to get for > the moment. I can probably shave a few more seconds off,

Re: [SlimDevices: Unix] How to modify slimserver.pl script to include new perl location?

2013-03-17 Thread mherger
trap.pm +++ b/Slim/bootstrap.pm @@ -1,6 +1,6 @@ package Slim::bootstrap; -# $Id$ +# $Id: bootstrap.pm 33769 2012-01-24 06:27:49Z mherger $ # # Logitech Media Server Copyright 2001-2011 Logitech. # This program is free software; you can redistribute it and/or @@ -141,6 +141,7 @@ sub load

Re: [SlimDevices: Unix] Netgear ReadyNas Duo version 2

2012-01-31 Thread mherger
Package available for testing: http://forums.slimdevices.com/showthread.php?t=93347 -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR

Re: [SlimDevices: Unix] Can't setup slimnas on a freenas server

2010-05-12 Thread mherger
Ok, what gives "ls -l /mnt/NAS" then? BTW: no need to upload huge images in order to post one line of text ;-). -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, Mu

Re: [SlimDevices: Unix] Can't setup slimnas on a freenas server

2010-05-12 Thread mherger
> drwxr-xr-x 2 e73 network 512 May 10 14:41 slimnas This looks wrong. Do you have a user e73?!? If you changed the properties of that share/mount/folder to only be accessible to some specific user, you might want to revert this. How did you create that folder? -- mherger Mich

Re: [SlimDevices: Unix] Problem installing on FreeNas

2010-03-12 Thread mherger
Marninger;524393 Wrote: > 3. Next I'll download squeezeboxserver-7.4.2-noCPAN.tgz from > http://downloads.slimdevices.com/ Don't download the noCPAN flavor. SlimNAS relies on some of the modules not included in it. What FreeNAS version are you running? --

Re: [SlimDevices: Unix] no Squeezebox Server installation file available error message

2010-02-25 Thread mherger
Don't see anything suspicious here. I assume that's the same folder you installs SlimNAS to? -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, Mu

Re: [SlimDevices: Unix] no Squeezebox Server installation file available error message

2010-02-23 Thread mherger
Please check permissions on those files. The names look good. How did you transfer them to the NAS? -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR

Re: [SlimDevices: Unix] Plea for MySQL 5.1 compatibility

2010-01-10 Thread mherger
> a recompile of the squeezebox server 7.4.1 debian package with > dependency on mysql-5.1 Did you replace the dependency or add a compatibility mode? -- mherger Michael - http://www.herger.net/slim-plugins - Album

Re: [SlimDevices: Unix] Not starting

2009-12-10 Thread mherger
is there a slimserver user/table in your mysql? -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR mherger&#

Re: [SlimDevices: Unix] root dir of 7.4.1 tarball ?

2009-10-26 Thread mherger
I officially declare: it's the revision number. -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR mher

Re: [SlimDevices: Unix] Download SqueezeCenter

2009-02-13 Thread mherger
But did you at least try to read the instructions you were presented?!? -- mherger Michael - http://www.herger.net/slim-plugins - AlbumReview, Biography, MusicInfoSCR

Re: [SlimDevices: Unix] FreeNAS, Squeezecenter and Webserver

2008-08-12 Thread mherger
have to provide no less than 6 different versions of SlimNAS if I wanted to keep up with FreeNAS many flavours. It's just too much. If you want to use SlimNAS you'll have to stick with x86 <=0.69b1. I'm sorry for that (but then the AMD64 imho doesn't provide any real ad

Re: [SlimDevices: Unix] Wrong charaters in Music Folders

2008-06-24 Thread mherger
ave a new startup parameter which allows to force a character set. It's based on flipflip's patch (thanks!). Just add --charset utf8 to the startup params, and you should be done. Please give it a try and let me know how it works for you. Thanks! -

Re: [SlimDevices: Unix] won't give up, SC on SME7

2008-03-24 Thread mherger
e-smith/db/configuration is the most important configuration file which is used to create the files in /etc/. Thus I would imagine that the above line will make sure, SME would re-create the link whenever the configuration scripts are run (after updates, re-configuration etc.). It's the SME wa

Re: [SlimDevices: Unix] SlimCD and streaming aacPlus

2007-07-01 Thread mherger
Ron, thanks for testing. I uploaded a new version with the fixes you mentioned: http://www.herger.net/slim/slimcd-1.87b2.iso I changed all the calls to flac according to the aac->flac conversion. .mov and some other hat to be fixed as well. -- mherger Mich

Re: [SlimDevices: Unix] SlimCD and streaming aacPlus

2007-06-30 Thread mherger
Ron, I've finally built a SlimCD 1.87 - could you please give it a try to verify the changes you've proposed? Thanks again! http://www.herger.net/slim/slimcd-1.87b1.iso Michael -- mherger Michael - http://www.

Re: [SlimDevices: Unix] Has anyone set Slim Server up on FreeNAS?

2007-03-14 Thread mherger
network, as OpenFiler does not feature any user management. I gave it another try today but had to give up at this first configuration screen... -- mherger Michael - http://www.herger.net/SlimCD - your SlimServer on a CD http://ww

Re: [SlimDevices: Unix] FreeBSD + AlienBBC

2007-02-02 Thread mherger
stalled additionally? -- mherger Michael - http://www.herger.net/SlimCD - your SlimServer on a CD http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR --

[SlimDevices: Unix] Re: Has anyone set Slim Server up on FreeNAS?

2007-01-18 Thread mherger
partition a 128MB CF card (or USB stick) and use the first partition for the system, the second for SlimServer, and stock all data on the harddisks. Stay tuned... -- mherger Michael - http://www.herger.net/SlimCD - your SlimSe

[SlimDevices: Unix] Re: problems with CPAN - server won't start

2006-06-29 Thread mherger
Dan just checked in a fix for this issue. Should be fixed by tomorrow. -- mherger Michael --- Help translate SlimServer by using the SlimString Translation Helper (http://www.herger.net/slim

[SlimDevices: Unix] Re: problems with CPAN - server won't start

2006-06-28 Thread mherger
Maybe this might be a problem? -- mherger Michael --- Help translate SlimServer by using the SlimString Translation Helper (http://www.herger.net/slim/) mh

[SlimDevices: Unix] Re: Limiting web interface access per user?

2005-10-28 Thread mherger
oad: http://forums.slimdevices.com/attachment.php?attachmentid=443| +---+ -- mherger Michael --- Help translate SlimServer by using the SlimString Translation Helper (http://www.herger.net/slim/) ___ unix mailing