mememe wrote:a)Generally it imports information like originalartist from the tag. Is artist showing as a field in your database/xml file, and does it have the correct information? Why two different tags for artist and originalartist (what are you trying to differentiate exactly)? My first step for troubleshooting would be to remove the originalartist from the sort and see if artist is picked up then. (just as a side note, I have found it's a good idea to put tracknumber at the start of your sort since some albums will have them added in the wrong order otherwise and it doesn't effect anything else since only the tracks have that field. For your uses I would try something like tracknumber:artist:year:albumname which should give you the same results with the added benefit of listing the albums for each artist according to the year of their release. Having trackname at the end of the sort isn't really needed since it is already going to be overridden by the tracknumber that appears earlier in the sort statement, and is probably causing some of your issues that require a sort after refreshing the database.)
Thanks for the feedback!!! I have now changed my sortorder to read: tracknumber:originalartist:albumname. The reason I have both originalartist and artist is that the first refers to the album's artist, whereas the latter refers to the track artist. This way I can have originalartist as Michael Jackson, and the track's artist field could be Michael Jackson Ft. Janet Jackson.
The proper tag for this is albumartist, but Xlobby doesn't import that tag.
Anyways, after making this slight change, my search filter is still returning originalartist and not artist. You had a good idea that it must be a conflict with the tagnames... Well, I tried to remove the originalartist tag from one of my albums, then searched for the artist field... still didn't show up. Only returned originalartist values still.
I'm thinking it's something to do with my button itself... I have an event on my search button that calls set filter - under category, music is set, and under Filter, I had artist. I changed this to "comments" and still nothing... it must be a corrupt button???
So I create a new button... no change. Must be the event?
I create a brand new event... and this time I get rid of the OriginalArtist event... turns out the track artist one works now, but the originalartist one doesn't. Definitely a bug in the program I think....
b)Setup an event using the "refresh" command (under category in the list) and enter the name of your music category. Then tie that event to a button. Anytime that button is pushed, it will refresh the database attached to that category (in this case music). They should automatically be added in the sort order you have already specified for that database, you shouldn't need to sort after an add unless you are changing the sort order for the entire database. If they are being added in the wrong order, then it's most likely an issue with file naming or the tags (such as albums randomly being picked up as various artists when they aren't). In general, the tags are going to have the greatest impact on things being imported correctly. I recently spent several days doing a mass re-tagging of about 600 albums, but I can hit import anytime and everything ends up exactly as it should. After that initial fix it's easy to just do it as you get new albums.
Yep, this is exactly what I did. I created a button associated to an event with a single event called "refresh" - the category is music (I'm assuming I should using the same name as the database, which is also called music) and nothing happens. That screen that normally pops up saying scanning for changes, importing files, etc... nothing happens. My changes aren't added.
I deleted that event and tried creating a new one... nothing.