With recursive enabled: Create Library Views Complete 00:00:19
With recursive disabled: Create Library Views Complete 00:00:18
- Songs added as expected in both cases.
- Changing RECURSIVE setting initiated a new scan as expected.
I'm using the docker image with Debian 11.
I did not test the straight upgrade (I disabled the plugin and re-enabled it). If there is a way I can still test it?
Results 51 to 60 of 96
-
2022-05-22, 07:37 #51
- Join Date
- May 2005
- Posts
- 127
-
2022-05-22, 16:08 #52
- Join Date
- May 2005
- Location
- UK
- Posts
- 832
Thanks for confirming the test data, appreciate it.
Not sure about being able to test. However, I've made another change that means I only need to scan the filesystem once even if you have multiple library views defined. Once I'm happy with that I'll release a new beta version. Hopefully you'll be able to do a straight upgrade with that one.
Andy
-
2022-05-23, 06:15 #53
Thanks for the new beta Andy, I have now started to use your plugin :-)
One thing I found if that when I enable a view it still displays my Spotify artists/ albums. Are way to suppress those when in restricted view?
Cheers
CW
-
2022-05-23, 07:23 #54
- Join Date
- May 2005
- Location
- UK
- Posts
- 832
-
2022-05-23, 08:10 #55
ANNOUNCE: Simple Library Views plugin
>> One thing I found if that when I enable a view it still displays my
>> Spotify artists/ albums. Are way to suppress those when in restricted
>> view?
>>
> To be honest, I have no idea.
As Simple Library Views is based on local files on the local file system
there's no way to use it with online tracks.
-
2022-05-23, 08:40 #56
Hi Michael, I don't want to use it for on-line tracks, I just want, that when I invoke a simple library view, the restricted view doesn't show Spotify tracks (ie turns off the Spotty plug-in!). Is that possible for Andy to code in some way?
Cheers
CW
-
2022-05-23, 08:56 #57
ANNOUNCE: Simple Library Views plugin
> Hi Michael, I don't want to use it for on-line tracks, I just want, that
> when I invoke a simple library view, the restricted view doesn't show
> Spotify tracks (ie turns off the Spotty plug-in!). Is that possible for
> Andy to code in some way?
Ah, got you. Yes, that should be fairly easy. Replace
WHERE url like ?
with
WHERE url LIKE ? AND url LIKE 'file://%'
This ensures that only local files are part of the library.
-
2022-05-23, 09:00 #58
Thanks Michael!
Andy, does that make sense and can you make the change please?
-
2022-05-23, 10:30 #59
- Join Date
- May 2005
- Location
- UK
- Posts
- 832
-
2022-05-23, 12:42 #60
- Join Date
- May 2005
- Location
- UK
- Posts
- 832
I've just uploaded v1.1.0c - this incorporates some minor efficiency updates which may make a difference on large libraries or slower storage. The scanning of the disk for .simple-library-views-xxxx files is now done once for all libraries, rather than individually for each library.
This should just updated from 1.1.0b if you have the 'beta.xml' repo listed in LMS.
Comments appreciated.
Andy