Announcement

Collapse
No announcement yet.

Announce: Material Skin

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Originally posted by SlimChances
    Code:
    TRACKNUM - TITLE from ALBUM by ARTIST GENRE in YEAR RL_RATING_STARS_APPENDED
    Material does not use those settings, hence they are not shown.
    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


    • Click image for larger version

Name:	Selection_007.jpg
Views:	335
Size:	74.4 KB
ID:	1627465 Click image for larger version

Name:	Selection_007.jpg
Views:	336
Size:	74.4 KB
ID:	1627466 Click image for larger version  Name:	Selection_007.jpg Views:	1 Size:	74.4 KB ID:	1627464 Then there must be some other reason Material is displaying the meta data I want(Perhaps under Material Interface display technical info
      Last edited by SlimChances; 2023-01-18, 18:17.
      Logitech Media Server Version: 8.4.0 - 1678519305 @ Sat 11 Mar 2023 08:54:37 AM CET
      Operating system: Debian - EN - utf8
      Platform Architecture: x86_64-linux
      Perl Version: 5.34.0 - x86_64-linux-gnu-thread-multi
      Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)​

      Comment


      • I apologise for the presentation of my posts just getting used to new format of forum
        Logitech Media Server Version: 8.4.0 - 1678519305 @ Sat 11 Mar 2023 08:54:37 AM CET
        Operating system: Debian - EN - utf8
        Platform Architecture: x86_64-linux
        Perl Version: 5.34.0 - x86_64-linux-gnu-thread-multi
        Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)​

        Comment


        • Originally posted by SlimChances
          I apologise for the presentation of my posts just getting used to new format of forum
          No need.

          The "curl" command I posted is the raw request that Material sends - you can type that into a terminal (replace "01:02:03:04:05:06" with the real ID/MAC of your player). The "tags:cdegiloqrstuyAABIKNSTR"​ parameter tells LMS what meta-data to return. "R" here is for ratings - but, in my case, LMS does not return any.

          If you care to look, "http://SERVER:9000/Default/html/docs/cli-api.html" details the API, and the "songinfo" section details the "tag" parameters.

          When using Material with TrackStat my ratings do get set. I can see them in "Song information". Its just that, for me, LMS is not returning the ratings in the status messages. This must be a setup issue on my side, as they worked before - and still do for you. I'm just not sure where to look.

          [Edit] Material, for me, shows the blank rating stars - which allows me to set a rating. It just never shows the actual values.
          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'm a total numpty! I was running LMS with "--nostatistics" !!!! Removing that flag makes everything work OK. And displayed ratings change when track changes.
            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 hope it's okay to post a thank-you to CDrummond here. I have been using Squeezeboxes for years and just found the Material Skin and love it! That's all. Thanks mate

              Comment


              • 3.1.0 release, changes:
                1. Make artist entries in browse track listings clickable.
                2. Show composers, etc., when browsing album or playlist tracks.
                3. Make album entries in playlist track listings clickable.
                4. Change repeat button behavior; off, all, single, DSTM.
                5. Show Pandora thumbs up/down buttons where ratings would be in bottom bar of desktop layout.
                6. Support LMS 8.4 parseURLs.
                7. Add samplesize to displayed technical info.
                8. Allow disc-title in comments to be preceded by "TITLE=", "DISCTITLE=", "TITLE:", or "DISCTITLE:" (if using semi-colon separated option).
                9. Add handling of SVG icons from plugin's Extras pages.
                10. Add BAND and CONDUCTOR support to custom actions.
                11. Allow to auto-expand tree by passing 'expand' URL query parameter. e.g. '?expand=Favourites/Rock%20Stations'
                12. Disable auto-correct for input fields.
                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


                • APK 0.4.0 Release, changes:

                  1. Add options to start local player; SB Player, SqueezePlayer, or SqueezeLite (via Termux)
                  2. Use light theme for 'Application' settings if skin is set to a light theme



                  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


                  • Wow! Thank you very much!
                    Pi4 4GB piCorePlayer with LMS and Squeezelite for USB inside an Argon One case
                    Pi3B+ (7" Display, Hifiberry DAC+ Pro) piCorePlayer with Squeezlite/Jivelite for Hifiberry inside a SmartiPi touch case
                    Pi Zero W only for Bluetooth headphones
                    Two Airport Express
                    Ikea Symfonisk

                    Comment


                    • Originally posted by cpd73
                      3.1.0 release, changes:
                      1. Make artist entries in browse track listings clickable.
                      2. Show composers, etc., when browsing album or playlist tracks.
                      3. Make album entries in playlist track listings clickable.
                      4. Change repeat button behavior; off, all, single, DSTM.
                      5. Show Pandora thumbs up/down buttons where ratings would be in bottom bar of desktop layout.
                      6. Support LMS 8.4 parseURLs.
                      7. Add samplesize to displayed technical info.
                      8. Allow disc-title in comments to be preceded by "TITLE=", "DISCTITLE=", "TITLE:", or "DISCTITLE:" (if using semi-colon separated option).
                      9. Add handling of SVG icons from plugin's Extras pages.
                      10. Add BAND and CONDUCTOR support to custom actions.
                      11. Allow to auto-expand tree by passing 'expand' URL query parameter. e.g. '?expand=Favourites/Rock%20Stations'
                      12. Disable auto-correct for input fields.
                      Sometimes a long press on the DSTM symbol doesn't bring up the DSTM selection screen. It seems to go to the next option which is repeat off. It seems to happen after cycling through the repeat options to reach DSTM, but not every time.

                      Edit If you long press the symbol immediately after cycling through the options it works. If you leave a gap of say 10 seconds it always fails to open the DSTM settings.
                      Last edited by slartibartfast; 2023-01-22, 11:22.
                      Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                      Bedroom: Radio
                      Bathroom: Radio

                      Comment


                      • Material is a really great tool which I use each and every day! Thank you cpd73
                        However as I always use it, I have two questions...
                        1- Is it possible to see an history of what I listened to?
                        2- Is it possible not to see a pop up menu (image, information, display) when I click too clickly on the album image in order to increase or decrease the sound level...?
                        In any case I am very happy with Material skin as it is!
                        Thanks again!
                        __________________________________________________ _______________________________

                        Raspberry Pi's + 24/192 DACs, LMS 8 & Squeezelite, Airplay and Chromecast Audio devices
                        Sound systems including Cabasse, ATC, Naim...
                        Listening to 16/24-bit Music thanks to a great Qobuz subscription

                        Comment


                        • Originally posted by brannou
                          Material is a really great tool which I use each and every day! Thank you cpd73
                          However as I always use it, I have two questions...

                          1- Is it possible to see an history of what I listened to?
                          What Was That Tune plugin shows history of what's been played, appears under "Apps".

                          Click image for larger version  Name:	WWTT.jpg Views:	0 Size:	20.3 KB ID:	1627773
                          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


                          • Click image for larger version

Name:	image.png
Views:	189
Size:	509.2 KB
ID:	1627778​I'm seeing that obj class appear on all tracks where the artist tag has multiple entries.
                            puddletag - now packaged in most Linux distributions.

                            Comment


                            • Originally posted by audiomuze
                              Click image for larger version  Name:	image.png Views:	2 Size:	509.2 KB ID:	1627778​I'm seeing that obj class appear on all tracks where the artist tag has multiple entries.
                              I don't see that, have you tried clearing the cache?

                              Edit. I do see it in the "Album" section of MAI on my PC but not on my phone.
                              Last edited by slartibartfast; 2023-01-22, 13:42.
                              Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                              Bedroom: Radio
                              Bathroom: Radio

                              Comment


                              • Is it possible and how do I revert to the previous version in case of...etc.?

                                Comment

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