Posts: 3,439
Joined: Aug 2012
Reputation:
91
Ok, I will put it in the gui on the next release. As you know, it can be turned off in the config.xml right now.
On your second question, it will never contain both the old an new directory names. So yes it is possible that: you are viewing the contents of a folder, then delete a file in there, then just leave the interface alone for around 3 minutes or so, the folder will be blank when it updates. But of course nothing is really lost, if you go up a level you will see the folder is still there.
I did it this way because I really like having the episode count, but my main beef with it was if I decided to delete a few episodes of a series after each deletion I would have to go up a level find the series folder again, go down a level, and delete again. With this change I don't have to do that, it actually seems to work pretty well - at least I think so.
Posts: 3,439
Joined: Aug 2012
Reputation:
91
Weird! I debugged this by copying a bunch of Friends episodes from my main server to my devel computer. I actually never watch the show, so I figured if I made a mistake I wouldn't care.
To answer your question, remember that these directory names are artificial and they are held in the client memory. So if the client hasn't received the update, when the user goes into Friends(5) it will be there. However, if the user lingers in this directory, and then the client receives an update, the files will suddenly be gone since the client now thinks the directory name is Friends(4). But this is really independent of my 'fix', its just the downside of appending episode count to the name.