mrkgnao: Update:
- When using manual sort, my library order (despite several resets) is still a mess, as reported in post #751, making it difficult to find some titles just by browsing, and literally impossible to find some others (because I still have 13 (x100) pages, but a couple of pages are empty).
Right. Not entirely sure why it's doing that, particularly as no one else seems to have the same problem.
But can you do two things.
1) Can you export your manual sort order and paste it somewhere like
Pastebin so I can have a look and see if it's messed up there, or if it's the code that's the issue
2) Can you uncomment line 2698 and comment out line 2699 and try resetting your sort order again (that's that most recent change that I can see making a difference) and tell me the results.
Thanks.
mrkgnao: - Still, managed to move all the exceptions to the beginning of the library (just before the W-Z games) thanks to the new "Move" feature (cheers).
- Here are covers in my library that still need some work:
1) Dark Sun (x2): Missing covers
2) King Arthur Collection (x2): Missing covers
3) Ravenloft (x2): Missing covers
4) Hearts of Iron II (x2): Identical covers
5) Forgotten Realms Archives Collection 2 (x8): Identical covers
6) Forgotten Realms Archives Collection 3 (x2): Covers OK, but Dungeon Hack still has unnecessary overlay text
7) Star Wars TIE Figter (x3): Covers OK, but Collector's CD Edition still has unnecessary overlay text
8) Star Wars X-Wing (x3): Covers OK, but Collector's CD Edition still has unnecessary overlay text
Thanks for doing that, I'll go through these when I have a chance and try and sort them all out (might be tomorrow as I have quite a bit of real work to do today, but I might get it done tonight)
mrkgnao: - And finally, here is what I see when I type "syst" in the game filter (see attached image). Appears to be infinite; the more I scroll, the more there are. Happens only if Manual Sort is on.
Ah. That's a new issue.. XD
I've tried playing about with searching and filtering and it seems to work fine for both manual and non manual sort... is it only occurring with that search string or with any search you perform?
Any output in the console?
Also, I feel I should mention for those using Firefox, that the normal console is rubbish and doesn't actually show most errors (which was why I originally struggled with debugging and developing in Firefox) and you need to press
Ctrl + Shift + J to get the console that actually shows most errors. So check both if your having issues because some errors only show in this one.
HypersomniacLive: I worded that last bit badly, what I meant is that since the count starts at "0" it will complete at n-1, where n is the total number of games.
So when I wanted to move a game to position 549, I wanted to move it to the very end of my library which didn't work for some reason.
It could have just been a coincidence that my first attempt didn't work and my second did, and that the native GOG sorting order has nth to do with all this. Will play around with the new feature over the weekend, and report back if anything else shows off.
I got no error message, it just sat there doing nth until I clicked on the "Cancel" button.
I didn't try it again - I had installed the drag & scroll add-on, and tested it with that game - cheers for the suggestion, it works great and faster than Chrome's native scroll & drag.
Thanks again for this, and for working to improve it. You don't have to try to figure out a way to make it run from "1", it's just that it was a bit confusing when I first tried it out, especially as it didn't work.
Ah, I see what you mean. That goes back to what I was talking about earlier, when you move a game from the beginning of the library to the end, it appears before the game you move it to (so the only way to actually move a game to the end, is move it second to last and then swap as I built an exception there). It may be better to do as I suggested and swap it so that the game always appears at the spot you move it too (rather than before the game)
Alternatively I'll probably change the move function so that it accepts indices outside the current range (so if you put 1000 in it will just move it to the end of your library, unless you're mrkgnao ;))
If you wouldn't mind. It could very well be an issue with the pop up and the move function but if there is some kind of interaction with the GoG sort order I'll need to know to fix that.
See my above message about the console in Firefox, I've only just remembered the trouble I had when first debugging Firefox issues and I wonder if there are errors that just aren't showing.
I'll see what's the best / easiest to do. Needs to be user friendly and intuitive too.