Re: [SlimDevices: Plugins] "ignore files and folders"-plugin

2022-03-19 Thread Michael Herger

I run LMS on a Pi4 but the music is all located on a DS-115.


BTW: you can limit access to that folder to admin users, or disable the 
feature on the share definition in DSM.

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] "ignore files and folders"-plugin

2022-03-19 Thread Michael Herger

Hmm... what are you running your LMS on? AFAIK this is a Synology
specific folder, isn't it?

I run LMS on a Pi4 but the music is all located on a DS-115.


Ah, DSM exposes the recycle bin in its SMB shares? Well, in that case 
you can still give the plugin a try. Just enter the folder name and give 
it a try.

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] "ignore files and folders"-plugin

2022-03-19 Thread streifenleopard


mherger wrote: 
> Hmm... what are you running your LMS on? AFAIK this is a Synology 
> specific folder, isn't it?
I run LMS on a Pi4 but the music is all located on a DS-115.



dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a
hifiberry dac+ running picoreplayer -- plugins: material skin, mai,
podcasts, musik - folge mir, squeezelite-x, ratings light, exclude
folders

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
View this thread: http://forums.slimdevices.com/showthread.php?t=116137

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce Planet Radio / Bauer Media plugin - PlanetRock, Absolute, Kiss, Scala ++

2022-03-19 Thread MorphPi


Paul Webster wrote: 
> I just tried asking LMS to play Absolute Radio with this URL
> https://stream-ar.planetradio.co.uk/absoluteradiohigh.aac?direct=true
> and I get the pre-roll announcement about the change.
> 
> However, when I play it via my beta plugin ... I do not get the
> pre-roll.
> So - for now at least - it looks like the plugin will be safe.
> 
> If you want to try the beta then drop me a PM.

Thanks for the access to the beta.  I've been using it for the past
couple of days and so far I haven't heard the pre-roll announcement at
all.



MorphPi's Profile: http://forums.slimdevices.com/member.php?userid=72655
View this thread: http://forums.slimdevices.com/showthread.php?t=114252

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2022-03-19 Thread NikolajC


For a few days I have started to get this:

37519

Running stable LMSCommunity docker image on an Intel Synology NAS.

Attaching server.log also. Any clues?


+---+
|Filename: server.log.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37520|
+---+


NikolajC's Profile: http://forums.slimdevices.com/member.php?userid=18676
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread cpd73


staresy wrote: 
> 
> Any chance you could just give me a pointer as to what the code would
> loo like in actions.json to create a bliss mix from say the artist menu?

Artist menu, Album menu, and now-playing context menu:


Code:


  {
  "artist":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["artist_id:$ARTISTID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ],
  "album":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["album_id:$ALBUMID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ],
  "track":[
  {
  "title":"Bliss mix",
  "lmsbrowse":{
  "command":["blissmixer", "mix"],
  "params":["track_id:$ITEMID", "menu:1"]
  },
  "icon":"playlist_play"
  }
  ]
  }
  



*But* "track" / now-playing context menu does not currently work - fixed
in git for next release.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread staresy


cpd73 wrote: 
> Not without specifically coding for this, and then someone else will ask
> for MusicIP, etc. However, you could probably do this by creating custom
> actions - see "Custom menu entries and actions" in
> https://github.com/CDrummond/lms-material/wiki/07-Customisation

Ah, OK, thanks. I'll take a look.

Any chance you could just give me a pointer as to what the code would
loo like in actions.json to create a bliss mix from say the artist
menu?

I know it's cheeky to ask, but if you could show me the correct syntax
for that call, I can then experiment as to which menus I'd like it on.

Ta



location 1: lms 8.3 on win 10 brix server, x3 sb radios, x1 touch, x1
controller : location 2: lms 8.3 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread cpd73


staresy wrote: 
> - from the now playing screen (on android apk), long press artwork
> brings up a menu, create mix is available by pressing "show track info".
> Could the create mix be option be available on the 1st menu (ie.
> directly after long pressing the AW)? This would be handy if listening
> to a track and want to quickly create a mix based upon it.
> 
> - from other screens, create mix is only available by selecting the
> track/artist (via 3 dots), then selecting more, then create mix. Again
> is it possible to bring it to the 1st menu?

Not without specifically coding for this, and then someone else will ask
for MusicIP, etc. However, you could probably do this by creating custom
actions - see "Custom menu entries and actions" in
https://github.com/CDrummond/lms-material/wiki/07-Customisation



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread staresy


cpd73 wrote: 
> 
> 
> 2.9.3 Release Bug-fix release:
> 
>   Fix missing add/play buttons for Bliss mixes.
> 

Thanks, I can confirm this works.:)

I find creating mixes is quite a useful way to navigate my library, so a
request 

Is it possible to bring the "create bliss mix" more upfront in the menu
options? By this I mean something like:

- from the now playing screen (on android apk), long press artwork
brings up a menu, create mix is available by pressing "show track info".
Could the create mix be option be available on the 1st menu (ie.
directly after long pressing the AW)? This would be handy if listening
to a track and want to quickly create a mix based upon it.

- from other screens, create mix is only available by selecting the
track/artist (via 3 dots), then selecting more, then create mix. Again
is it possible to bring it to the 1st menu?

It's just a thought based upon how I tend to use it, there may be plenty
of good reasons not to do this which I haven't considered, but thought
I'd ask.



location 1: lms 8.3 on win 10 brix server, x3 sb radios, x1 touch, x1
controller : location 2: lms 8.3 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Ratings Light

2022-03-19 Thread AF1

CypherMK wrote: 
> What I miss is this: 10 star rating. I've set it to allow half star
> ratings, so there is a workaround, but 10 stars is more logical in my
> opinion.
Many apps have now opted for some kind of binary -Liked- or -Favourite-
approach and dropped rating stars altogether. If apps still support
rating stars they usually have a 5-star rating scale (mostly without
half stars). The popular LMS Material skin has a 5-star rating scale
which makes for a consistent user experience. So I'm sorry to disappoint
you but there won't be a 10-star rating scale display option in RL.

CypherMK wrote: 
> I also used trackstat to track when a song is last played, so I could
> use the dynamic playlist to not play this song anymore within a certain
> amount of time. Is this functionality also in this plugin? Or is there
> another plugin for this? Or is it already built in LMS?
RL is only about ratings. "last played", "added" or "playCount" are
stored in the LMS persistent database. -Dynamic Playlists 3- uses them
all the time without problems. One difference I think was that TrackStat
allowed users to define a time period after which a track was considered
played. With LMS it's considered "played" as soon as playback starts,
even if it's only for a very short time and you skip it right away. IMO
this makes play count and lastPlayed a bit less meaningful. Should I
ever cobble together a small plugin to remedy this it probably won't be
an officially released plugin. But you'll find it in my '*repo list*'
(https://github.com/AF-1?tab=repositories).



*Plugin repositories:* 'Ratings Light'
(https://github.com/AF-1/lms-ratingslight)  'Visual Statistics'
(https://github.com/AF-1/lms-visualstatistics)  'Use Comment Tag
Info' (https://github.com/AF-1/lms-usecommenttaginfo)  'Dynamic
Playlists 3 FAQ' (https://github.com/AF-1/lms-dynamicplaylists#faq) 
'Custom Skip 3 FAQ' (https://github.com/AF-1/lms-customskip#faq)

AF1's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread jeroen2


cpd73 wrote: 
> Bug-fix release, main changes:
> [5] Allow to pin 'wavin:' favourites to home screen.
> 

Thanks. :cool:



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] "ignore files and folders"-plugin

2022-03-19 Thread Michael Herger

That worked well thank you! I will not need this plugin for flac-files.
But I stumbled upon another problem. LMS reads files that are in
"#recycle" ie that have been deleted. I guess I will need this plugin to
make LMS ignore them. How would I specify this path?


Hmm... what are you running your LMS on? AFAIK this is a Synology 
specific folder, isn't it?

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] "ignore files and folders"-plugin

2022-03-19 Thread streifenleopard


That worked well thank you! I will not need this plugin for flac-files.
But I stumbled upon another problem. LMS reads files that are in
"#recycle" ie that have been deleted. I guess I will need this plugin to
make LMS ignore them. How would I specify this path?



dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a
hifiberry dac+ running picoreplayer -- plugins: material skin, mai,
podcasts, musik - folge mir, squeezelite-x, ratings light, exclude
folders

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
View this thread: http://forums.slimdevices.com/showthread.php?t=116137

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-03-19 Thread cpd73


Bug-fix release, main changes:

  
-  Only show updates available if settings are unlocked.
-  Fix missing add/play buttons for Bliss mixes.
-  Add 'All Songs' entry to genres and years.
-  Add 'Years' under genre browsing.
-  Allow to pin 'wavin:' favourites to home screen.
-  Change 'Track' to 'Title' and 'Track#' to 'Track' in advanced
  search.
-  Fix add/play all discs when Material set to always collapse.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins