Announcement

Collapse
No announcement yet.

Announce: Material Skin

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Originally posted by AlanF54
    The "remove album" option in the queue context is useful but if it was "select album" it would give the ability to move it, delete it, or other action.
    I'm in two minds about this. It seems like a reasonable suggestion, but makes remove album a (slightly) more complicated task. You can select one track and use shift+select on the last to select a range - but that won't work on touch devices. I need to give this some thought. For 2.8 I'm addind a 'Remove disc' action for multi-disc albums, so this would be affected too.


    Originally posted by AlanF54
    Could the search button in the browse panel be persistent when pages other than the home page are showing.
    This was raised as an issue on github, which I rejected. The reason being is that if I was in 'Albums', or listing an artist's albums, I'd expect the search to be restricted to this - which it is not. So, from a UI perspective it would be confusing.
    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.

    Comment


    • i haven't read 800 pages, so bear with me, if already asked:
      I'm interested to extend the "New Music" menu to more than 100 albums.... is this possible?

      Comment


      • Originally posted by mamema
        i haven't read 800 pages, so bear with me, if already asked:
        I'm interested to extend the "New Music" menu to more than 100 albums.... is this possible?
        Settings > Server > top dropdown box select "Behaviour" > New Music Limit".
        Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

        Lounge - DAC32 - AudioEngine B2
        Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
        Bedroom - Echo Show 8

        Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

        Comment


        • Originally posted by kidstypike
          Settings > Server > top dropdown box select "Behaviour" > New Music Limit".
          huh, completely "new" (to me) menu options "down there".... thanks....

          Comment


          • Hi Craig

            I appreciate your reasoning regarding a persistent search button in the title bar but currently I keep Orange Squeeze running at the same time to work around this. How about replacing the play/pause button in the status bar when viewing the browse panel? It seems a little redundant to me as playback is more relevant in the play or queue panels. Maybe I'm strange but I often want to do a global search while deep into a browse tree.

            Sent from my SM-T713 using Tapatalk

            Comment


            • Originally posted by AlanF54
              How about replacing the play/pause button in the status bar when viewing the browse panel? It seems a little redundant to me as playback is more relevant in the play or queue panels. Maybe I'm strange but I often want to do a global search while deep into a browse tree.
              Sorry, but no. Long-press the back button, or the 'Browse' bottom nav button, will go 'Home' - and from there search is available.
              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.

              Comment


              • Support for sorting in Material Skin? (Qobuz, Spotify, etc)

                Is there support for changing the sort order of results in the Material Skin (using Qobuz)?

                Use case: Using Material Skin, I want to be able to search an artist on a streaming plugin like Qobuz or Spotify, and them view that artist's "albums" with newest release on top.

                Currently, it's Apps -> Qobuz -> (search artist name) -> (select the artist from results) -> Albums

                ...but the list of Albums seems to be in arbitrary order, so I can't tell what's new or old from that artist. I'd like to "sort by release date" which I think is available as metadata.

                Thanks!

                Comment


                • Problems updating from 2.7.1 to 2.7.3

                  So I tried updating Material in the Material interface, which simply got stuck every time I tried. As an alternative I tried to uninstall Material and the re-install and keep getting an error..

                  The error message in the LMS log is this:
                  Code:
                  [21-11-26 21:34:52.3905] Slim::Networking::IO::Select::__ANON__ (130) Error: Select task failed calling Slim::Web::HTTP::processHTTP: Reading from filehandle failed at /usr/local/slimserver/Slim/Utils/PluginDownloader.pm line 249.
                  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x3ed4f10)
                  [21-11-26 21:35:10.6580] Slim::Networking::IO::Select::__ANON__ (130) Error: Select task failed calling Slim::Web::HTTP::processHTTP: Reading from filehandle failed at /usr/local/slimserver/Slim/Utils/PluginDownloader.pm line 249.
                  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x6536f18)
                  Using LMS 8.2.0 and the internet connection is fine.

                  Any suggestions? Fairly annoyed by having to use the classic interface again, now that I uninstalled Material....

                  Comment


                  • Disk space or https issues perhaps?
                    Paul Webster
                    Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
                    and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin

                    Comment


                    • Originally posted by Paul Webster
                      Disk space or https issues perhaps?
                      Thanks, but, hmmm....

                      Disk space, don't think so...
                      Code:
                      Filesystem                Size      Used Available Use% Mounted on
                      /dev/mmcblk0p2            1.9G    168.7M      1.7G   9% /mnt/mmcblk0p2
                      /dev/sda2               465.6G     51.3G    414.2G  11% /mnt/USB
                      https, also seems unlikely... No internet connectivity issues, and the Raspberry running LMS is hardwired to the router.. But any suggestions on how I could check that (command line, I assume)?

                      Comment


                      • Perhaps run out of some other resource ...
                        Try a restart of LMS and if that doesn't cure it then a reboot.

                        If still failing you might have to enabled debug logging in the plugin downloaded - Settings/Advanced/Logging/plugindownloader (that is from hazy memory and certainly not right but probably close).
                        Paul Webster
                        Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
                        and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin

                        Comment


                        • Originally posted by Paul Webster
                          Perhaps run out of some other resource ...
                          Try a restart of LMS and if that doesn't cure it then a reboot.

                          If still failing you might have to enabled debug logging in the plugin downloaded - Settings/Advanced/Logging/plugindownloader (that is from hazy memory and certainly not right but probably close).
                          Tried resizing the SD card to "use full", rebooted and getting the same errors..
                          Code:
                          [21-11-26 22:31:05.0907] Slim::Networking::IO::Select::__ANON__ (130) Error: Select task failed calling Slim::Web::HTTP::processHTTP: Reading from filehandle failed at /usr/local/slimserver/Slim/Utils/PluginDownloader.pm line 249.
                          ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x6e8c898)
                          Let me see what I can get out of the plugindownloader logs...

                          Comment


                          • Originally posted by Paul Webster
                            If still failing you might have to enabled debug logging in the plugin downloaded - Settings/Advanced/Logging/plugindownloader (that is from hazy memory and certainly not right but probably close).
                            Sorry.. Where do I find this log file?

                            It's not here..
                            Code:
                            tc@314:/var/log/slimserver$ ls -al
                            total 4
                            drwxr-xr-x    2 tc       staff          100 Nov 26 22:21 ./
                            drwxrwxr-x    3 root     root           140 Nov 26 22:22 ../
                            -rw-r--r--    1 tc       staff            0 Nov 26 22:21 perfmon.log
                            -rw-r--r--    1 tc       staff            0 Nov 26 22:21 scanner.log
                            -rw-r--r--    1 tc       staff         2729 Nov 26 22:31 server.log

                            Comment


                            • Originally posted by jeroen2
                              Sorry.. Where do I find this log file?

                              It's not here..
                              Code:
                              tc@314:/var/log/slimserver$ ls -al
                              total 4
                              drwxr-xr-x    2 tc       staff          100 Nov 26 22:21 ./
                              drwxrwxr-x    3 root     root           140 Nov 26 22:22 ../
                              -rw-r--r--    1 tc       staff            0 Nov 26 22:21 perfmon.log
                              -rw-r--r--    1 tc       staff            0 Nov 26 22:21 scanner.log
                              -rw-r--r--    1 tc       staff         2729 Nov 26 22:31 server.log
                              Enable logging for Plugin Module Loading.

                              Click image for larger version

Name:	plugins.jpg
Views:	1
Size:	136.4 KB
ID:	1573722
                              Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

                              Lounge - DAC32 - AudioEngine B2
                              Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
                              Bedroom - Echo Show 8

                              Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

                              Comment


                              • Originally posted by kidstypike
                                Enable logging for Plugin Module Loading.

                                [ATTACH]36261[/ATTACH]
                                Maybe plugin.extensions as well.
                                Then check the server log after trying to install Material Skin.

                                Sent from my Pixel 3a using Tapatalk
                                Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                                Bedroom: Radio
                                Bathroom: Radio

                                Comment

                                Working...
                                X
                                😀
                                🥰
                                🤢
                                😎
                                😡
                                👍
                                👎