Posts: 147
Joined: Sep 2010
Reputation:
0
2018-01-29, 09:12
(This post was last modified: 2018-01-29, 12:39 by hatbrox.)
Hello,
I have a question regarding the "media file manager".
I moved a tv show to another hard drive using the "Move to" function in EMM, which worked.
Then I synched the TV with Kodi, which according to EMM log file has "worked" (no error)
But kodi DB was not updated. The TV show still references the old hard drive.
Is this expected?
I wanted to move several TB's of video from several HDD to a single HDD. In the past, I had done data migration with windows explorer, then in Kodi by modifying the Kodi DB with SQL and in EMM I simply removed the video from the library and then did a reload. That process, although time consuming, worked fine.
I wonder if Ember can be of any help in migrating my data.
thanks
Posts: 12
Joined: Jan 2013
Reputation:
0
Dear Dan,
I appreciate your work and I'm willing to cooperate. I went through the code and found out another issue. Don't know if this is by design, but the Bulk Rename form only loads movies that have the field NfoPath set. This means, only movies that have a .nfo file beside them. The query to fill the list in the form is: SELECT NfoPath,movieid FROM Movielist ....
In my environment, in which I don't create .nfo files, the Bulk Rename form does not load any record of course. I've chanced the query in the code to SELECT MoviePath,movieid FROM movielist and renamed the variables, and the form now works.
Will debug more if this helps.
I've also found the bug for the root folder rename. It's a problem that starts with a Directory.GetParent call, but also has to be addressed in several other points in the code where you .Combine paths and file names to issue the move command. If you want I can try for you.
Thank you.
Posts: 538
Joined: Feb 2011
Reputation:
1
Thanks Dan. I will try it out.
Posts: 538
Joined: Feb 2011
Reputation:
1
Hi I want to have only English genres so other language genres are not creates. If I have videos with non English genres I can select them to another genre, but then it will only be that genre. I have deselected the genre in Genre Manager and afterwards deleted them, but they are created again when scraping genre. If I don't scrape afterwards videos will only have one genre, how can I solve this?
Posts: 538
Joined: Feb 2011
Reputation:
1
Update: I deselected TMDB genres, and only IMDB so now that works.