12-22-2020, 03:15 AM
Trying to enter SSID manually but MoOde will not take it nor will SCAN find it. Box is outlined in Red and I am prompted to match the requested format. It is <SHIRE>. This has worked in all previous versions.
Thank you for your donation!
Official moOde 7.0.0 support thread
|
12-22-2020, 03:15 AM
Trying to enter SSID manually but MoOde will not take it nor will SCAN find it. Box is outlined in Red and I am prompted to match the requested format. It is <SHIRE>. This has worked in all previous versions.
12-22-2020, 03:34 AM
Very odd. I can repro but I'm not seeing anything in the code that would be causing this.
Maybe someone else can find the bug.
12-22-2020, 03:54 AM
?
I guess I don’t understand the sequence of steps needed to repo. (12-22-2020, 03:54 AM)TheOldPresbyope Wrote: ? using '<' as the first character in the manual SSID box causes it to 'go red' and not accept any further input as legitimate.
----------
bob
12-22-2020, 04:47 AM
(12-22-2020, 04:10 AM)RDRONE7 Wrote:(12-22-2020, 03:54 AM)TheOldPresbyope Wrote: ? Ah, thanks. I was misreading the OPs sentences. It’s too late here but I’ll have a look in the morning if no one finds the solution before. As always, non-alphanumeric characters, especially ones which have meaning to the shell get my spider sense tingling. Probably a red herring but we’ll see. Regards, Kent (12-22-2020, 04:47 AM)TheOldPresbyope Wrote:(12-22-2020, 04:10 AM)RDRONE7 Wrote:(12-22-2020, 03:54 AM)TheOldPresbyope Wrote: ? Yes, my thoughts too... perhaps a change in the underlying Raspberry OS version ? Will go look ... thought...has the op set the country code...?
----------
bob
Hi,
Well done guys on getting out v7, there's clearly a lot of work gone into this release. There is a big problem though, the new album logic is borked and the code is incorrectly handling files that have "Original Artist" tags populated. The logic behind the handling of Album Artist is questionable but the main issue just seems to be the parsing of the artist metadata. This has resulted in over 1600 albums in my collection wrongly showing as by the artist "Unknown AlbumArtist" (see screenshots). Many files often come with both "artist" and "original artist" tags populated even if they match (doesn't make a lot of sense but is very common). The legit intended use of the "original artist" tag is when the track is a cover song so the "artist" tag is the release artist and the "original artist" is who performed the original version. Looking from line 576 in playerlib.php we have this... Code: //@Atair: What is happening is that both "artist" and "original artist" tags are being picked up and being handled as an array of multiple artists within an album (even if they're the same string), then the album is handled like a compilation album and thus being slapped with "Unknown AlbumArtist" if there's no "Album Artist" tags. It would be better to tighten up the metadata parsing as to not pick up "original artist" tags or at least omit them when evaluating track/album artists. There might be other tags causing this I don't know but every affected album I've checked have had the "original artist" tags populated. This issue then also cascades into affected albums by different artists with the same title being lumped together because they're now handled as the same artist. These can be separated by changing "Album Key" to "FolderPath" in the advanced library preferences but that then breaks/separates multi-disc albums (correctly tagged with disc number tags) which are often stored in separate subfolders (CD1, CD2 etc.) It might be because of this that rendering of the tag view is also slower, probably due to the additional amount of in-browser metadata crunching. Hope that helps. Vin
12-22-2020, 10:11 AM
(12-21-2020, 07:08 PM)DRONE7 Wrote: Surely the track info below the cover art tells me what track is playing ?Yes that tells you the name of what's playing but does not show you where in the queue that item is so you can see what it coming next, or how close to the end of the album you are and what not. (12-21-2020, 07:08 PM)DRONE7 Wrote: If, indeed, the bouncy sticks are for the visually impaired then it would be sensible to have it as an opt-in feature rather than a blanket approach?Partly an accessibility thing. not specifically for that purpose. The point being that a high contrast scheme tends to minimise the effect of the differently coloured now playing line in the queue and so another visual cue may be helpful. I'm fortunate enough not to be impaired in that way, so I'm no authority on it. (12-21-2020, 07:08 PM)DRONE7 Wrote: Regarding your comment about it currently not being able to be turned off..surely it is only a line of code ? Just need to know where to comment it out..?Of course it can be turned off with amending the code, I was referring to there being no option in the config for that. The animation is var/www/images/4band-npicon/audiod.svg and it is set in panels.css I believe. Probably quickest to replace the svg with a non animated version.
----------------
Robert
12-22-2020, 01:33 PM
(12-22-2020, 09:58 AM)vinnn Wrote: Hi, Zip up one of the albums and email or PM me a link. I'll add to the TODO list to investigate.
12-22-2020, 01:58 PM
(12-20-2020, 10:31 AM)Gabster 2000 Wrote:(12-20-2020, 10:09 AM)Rexalex Wrote:(12-18-2020, 09:32 PM)Gabster 2000 Wrote:(12-18-2020, 06:30 PM)Tim Curtis Wrote: Hi, Awesome, thanks. |
« Next Oldest | Next Newest »
|