Re: [slim] [ANNOUNCE] SqueezePlay for Mac OSX

2021-06-21 Thread afriend
Could you maybe make connection attempts to *jive.squeezenetwork.com* optional? I get 100s of DNS request filling my logs. Just asking if you could add a way to disable it at the source which would be the cleanest and preferred solution. Thank you.

Re: [slim] Virtual Libraries - help beginner please

2019-08-25 Thread afriend
mherger wrote: > What if you browsed the FAVS library using the existing browse modes? I've managed to reproduce the problem using LMS provided standard tools only: a LMS search saved as a library view and an additional browse mode artists menu. Here's an older *'dedicted thread'

Re: [slim] Virtual Libraries - help beginner please

2019-07-26 Thread afriend
mherger wrote: > What if you browsed the FAVS library using the existing browse modes? If by existing browse mode you mean the 2 options (artist or albums menu) that the ExtendedBrowseModes plugin provides, I've tried that with the artist menu for FAVS but it shows the same empty entries as the

Re: [slim] Virtual Libraries - help beginner please

2019-07-11 Thread afriend
mherger wrote: > $client->playingSong()->currentTrack()->id() > > I haven't tested this. If it doesn't work, I suggest you investigate > what you get for the playingSong(), then the currentTrack() etc. > [color=blue] Thanks. I figured it out eventually. The track object was actually

Re: [slim] [ANNOUNCE] SqueezePlay for Mac OSX

2019-06-11 Thread afriend
Hello @ralphy. I wonder if you can help me. I really like the default layout of Squeezeplay's "Now Playing" screen but I'd like it to show the track rating and maybe some other non-standard track information as well. SInce I couldn't think of any other way to get this information onto the Now

Re: [slim] Virtual Libraries - help beginner please

2019-06-01 Thread afriend
mherger wrote: > if you set up $log correctly It's logging now, mostly. I guess LMS got a bit crazy from all of my endless and quick restarting after every plugin code change. I have some code for letting the MusicInfoScreen display a character when the song is in my virtual library 'Favs'.

Re: [slim] Virtual Libraries - help beginner please

2019-05-30 Thread afriend
mherger wrote: > Almost anything is possible using plugin code. The question is how much > > effort you want to put into the solution. There's the library_track > table in library.db which has two columns: track id and library id. You > > could easily look up a track in there. I'm definitely

Re: [slim] Virtual Libraries - help beginner please

2019-05-27 Thread afriend
mherger wrote: > What menus? What icon? In the code of the plugins I read through I've encountered three kinds of possible -menu- icon definitions that can be used: Code: icon => 'somepath' *jive*Icon => 'somepath' menuIcon => 'somepath' I

Re: [slim] Virtual Libraries - help beginner please

2019-05-26 Thread afriend
Turns out that the icon display problem was caused by a single space at the beginning of a folder inside my plugin. So now that's working. I just wish -iPeng- would display my custom icons as well. I assume iPeng uses its own set of icons and LMS doesn't send custom icons to iPeng. Is that more

Re: [slim] Virtual Libraries - help beginner please

2019-05-24 Thread afriend
mherger wrote: > You certainly have too many parameters in there Totally. AFter many hours, I think at last a little progress: I found out that the searchTag parameter inside the passthrough block is the important one. The following code -works- because I used the realID of the virtual library

Re: [slim] Virtual Libraries - help beginner please

2019-05-23 Thread afriend
mherger wrote: > Just define the library_id here for every menu item (using the same > ->getRealId() call for the individual libraries) I've tried many different variations: the *library_id getRealId call* with and without -params-, -inside and outside- the passthrough block, with and without

Re: [slim] Virtual Libraries - help beginner please

2019-05-22 Thread afriend
mherger wrote: > exploring new ground here I would like to group select menus from *various* virtual libraries into *one* single top level menu folder (as explained in 'post 1' (https://forums.slimdevices.com/showthread.php?109334-Virtual-Libraries-help-beginner-please=918401=1#post918401)).

Re: [slim] Empty albums in virtual library

2018-08-23 Thread afriend
DJanGo wrote: > thats what i understand: > All tracks on your sampler got the same Value in TPE2. > That means a Artist like "Air" and "Various Artists" sharing the same > Track and therefore the same genres, years and so on.> DJanGo wrote: > > > > > > Do they? Maybe I'm wrong but I would

Re: [slim] Empty albums in virtual library

2018-08-23 Thread afriend
DJanGo wrote: > if your name for the compilationsgroup is even *Various Artists* then > you should change that... Why? I know that there have been differences on how to tag tracks ever since tags have been invented. I have -always- tagged compilations albums in the way that makes the most sense

Re: [slim] Virtual Libraries - help beginner please

2018-08-22 Thread afriend
Uh, and I'd like to include my own icons in the plugin 'bundle' for *Web UI* and *iPeng*: what's the correct path to use in the menu parameters? icon => '???.png' afriend's Profile:

Re: [slim] Empty albums in virtual library

2018-08-22 Thread afriend
DJanGo wrote: > Did you check these files for an TPE2 Tag? If TPE2 Tag = album artist tag, then yes, all of my tracks have this one (I use iTunes to manage my tracks). If it's -not- a compilation, then *album artist = artist* - if it's a compilation, then -album artist = Various Artists-.

Re: [slim] Empty albums in virtual library

2018-08-20 Thread afriend
Hey DJanGo: like I said, toggling the setting how the compilations should be grouped doesn't change anything (even after clean LMS reinstall!). It was one of the first things I looked at because it seems like a natural candidate. And it's not just limited to my plugin. I can reproduce this with

[slim] Empty albums in virtual library

2018-08-20 Thread afriend
Hi. When I create a virtual library (view) with an *artists* menu (on the top level), some artists in that menu have - -in addition to the correct albums- - *empty albums* listed (= when you click on them, it says empty). They shouldn't even be listed in this library view because while they do

Re: [slim] Virtual Libraries - help beginner please

2018-08-20 Thread afriend
So I gave up on the idea of having a menu group for the menu I've created. It's too difficult for me. If somebody digs up this thread at some time and get this working, please post your code here. One final (I hope) question *regarding the _genre_ menu I've created for -compilations-*. The

Re: [slim] Does LMS scan 'Grouping' tag?

2018-08-16 Thread afriend
Is there a way to make LMS scan the Grouping Tag with the CustomScan plugin? CustomScan takes more than 2x/3x the time to scan one tag in all tracks compared to the time a regular LMS scan takes. And one day CustomScan may stop working anyway. Will it be added to the list of default tags scanned

Re: [slim] Virtual Libraries - help beginner please

2018-08-16 Thread afriend
::#1:: Ok, so I have almost finished creating the virtual libraries I need. For the "-20 Random Compilation Albums-" (= built-in "20 Random Albums" for compilations) I could only come up with a workaround. I've tried creating a virtual library for that but couldn't figure out the exact SQL query

Re: [slim] Virtual Libraries - help beginner please

2018-08-13 Thread afriend
DJanGo wrote: > please check these artists for "member of a sampler/compilation" > Do you use one or two lists? -> settings/my music / browse artists > I believe your using two - try one and these emptry artists are gone. I think you are right. I haven't checked all of the empty album entries

Re: [slim] Virtual Libraries - help beginner please

2018-08-13 Thread afriend
mherger wrote: > >But you should be able to filter for AAA. Save that as a library. Then > > you can edit the generated SQL. That should be much easier than to come > > up with all of it yourself How do you think I came up with the SQL in the first place? ;) I didn't/don't know SQL. I can

Re: [slim] Virtual Libraries - help beginner please

2018-08-13 Thread afriend
After every code change I restart LMS. I'm not sure a rescan is needed. I can create a new 'simple' library with the advanced search UI that shows up immediately. I suspect either I have some incorrect or missing code in my example or LMS caches the whole thing and that's why I always get the

Re: [slim] Virtual Libraries - help beginner please

2018-08-13 Thread afriend
DJanGo wrote: > another little tip - first try to add a single library and after you > find out -add more with the plugin. Thank you. That's exactly what I'm trying/failing to do. That in my post above was more like my road map for the menus I'd like to create eventually. So first, I

Re: [slim] Virtual Libraries - help beginner please

2018-08-13 Thread afriend
mherger wrote: > Did you try to define your libraries using the Advanced Search in the > web UI? Yes. But as you and others have explained previously, there are limits to what the UI generated library views can do. For example, I don't think that I can't use it to search the comment tag for

Re: [slim] Does LMS scan 'Grouping' tag?

2018-08-12 Thread afriend
Thank you. Very helpful. I use iTunes to manage my tracks. When I cross-reference the tags supported by LMS and iTunes, it seems that I'm already using all the tags supported by both, LMS and iTunes. The grouping tag (GRP) is not scanned by LMS. And iTunes does not have a CONDUCTOR tag. Too bad.

[slim] Virtual Libraries - help beginner please

2018-08-12 Thread afriend
Hello. I'm trying to use Virtual Libraries to rebuild a couple of menus I had previously created with Erland's plugin. I don't have any experience with SQL but I'm quite willing to learn. So if I understand all this correctly, I have to 'master' 3 steps to get my own custom menus/virtual

Re: [slim] Does LMS scan 'Grouping' tag?

2018-08-12 Thread afriend
Can you point me to a complete list of *all* tags that LMS scans during a regular scan? I'm looking for an easy way to *get information via some (otherwise unused) tag into the LSM database* - without using plugins like CustomScan. At the moment, I store this information in tags that I don't

[slim] Does LMS scan 'Grouping' tag?

2018-08-11 Thread afriend
Hello. Does a regular LMS scan read & store (the value of) the *grouping* tag as well? If so, what would a SQL query look like? Thank you. afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306 View

Re: [slim] CLI command: get list of all artists?

2018-06-05 Thread afriend
Thank you. That was *very* valuable information. Sometimes I'm just blind. Now I know what I did wrong. So I managed to get a file with a simple plain text list with one artist entry per line. I've started going through that list and I've discovered that there are many "almost-duplicates", due

[slim] CLI command: get list of all artists?

2018-06-02 Thread afriend
Hello. I'd like to know if there is a *-CLI command- that will make LMS return a -list of all artists-*? (like one entry per line, plain text, something like that) If there is, I would then like to use this list in an Applescript. So I need to get the CLI command working within Applescript.

[slim] How to view embedded artwork if more than 1 image embedded?

2017-03-10 Thread afriend
Hi. All of my tracks have their artwork directly embedded into the file. Now some of them have *more than one* image/artwork -embedded-. How can I view the second (or third..) embedded image in the web player or iPeng? All I ever see is the first embedded image. Thank you for your help. AF

Re: [slim] Is Bluetooth streaming to Squeezebox possible?

2017-03-09 Thread afriend
Hi. I've only just discovered this thread. My idea was to have a new PiZero (with built-in Bluetooth and WiFi) and to use to it to occasionally stream Bluetooth audio from my/some friend's phone to any player connected to the server. So the zero would just be some kind of intermediate input