Thursday 28th March 2019
------------------------
Implemented Series number in front of book title when Series list entry selected. Along with the series number now being shown, books are also sorted correctly.
Implemented author selection jump if typing first two characters in Author input field.
Changed the 'none' text of each list's first entry to be '_none' instead. This fixed the issue with 'no' for the new Author jump ability (when name starts with No).
Changed the determination of thumbnails to be a function. Now works with Series, so that any required reduction occurs, and Left/Right thumb cycle buttons work correctly.
Selecting a Series list entry now refreshes thumbs and adds '_none' as first Book list entry. WARNING - Adding '_none' may have impacted something now. Imperfect if multiple authors in the Series.
Bugfix for the entries not being cleared in some lists, when Author selected or database loaded.
Program icon created and added.
Implemented partial ability for thumbs when in Series mode, when multiple authors. This may require correct author to be selected in Series Author, before selecting book title. UPDATE - This now appears to work if no author selected, but has potential issue when the same title exists more than once in the database. Comments have been added to that section of code, and a possible solution suggested.
Added '$bkid = ""' to Books list selection, so path for VIEW and Formats etc now work properly. NOTE - Been so long since I have worked on this project, that I am no longer sure why things were like they were and what I was last working on that made them that way. I do have some recollection that there was an issue with Author names (when a multiple author name entry ... I think). I also recall the complexity of some elements was getting to me, so I suspect things were left mid testing ... no doubt also complex to undo. Something else I last recall working on, was displaying all books for a Series, regardless of the Author name ... so that may have been where the complexity lay.

