-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
item separator #120
Comments
Should be fixed with ef93088, I released v4.1.13 a couple of hours ago give it a try it should work now. |
@Fyfe I'm on 4.1.13. If you look at the attached image in github, the kodi DB is NOT using a semi-colon, but a forward slash, which is still being mis-interpreted in my case. |
Sorry I missed the version number in your original post. Which browser are you using? Have you tried clearing the browser cache? (Old files can cause some odd behavior). WIMM accepts the following for separators , (comma) / (forward slash) | (pipe) ; (semi-colon) |
Can you do the following: (sorry if the instructions are very detailed I don't know your level of knowledge) In Chrome
The response box should begin with:
|
fyfe, not familiar with the dev console, i'm having trouble locating "here will be 2 XHR finished loading entries in the developer console" |
Had to enable 'LogXMLHttpReqests' in the Chrome console settings dialogue. id: "XWMM" |
1663: {albumid: 2203, artist: ["!T.O.O.H.!"], displayartist: "!T.O.O.H.!",…} |
Here, this matches the album in the screenshots above. id: "XWMM" id: "XWMM" |
Thanks for the info @khaoohs, v4.1.14 fixes it. |
I previously left a comment in the forum that I was using a semi-colon as a genre separator. It appears that even though I tag my files with a semi-colon, Kodi is translating that into a forward slash in the Kodi database. Is forward slash allowed as a separator?
Kodi v14 RC1, WiMM 4.1.13
An excerpt of my sqlite db.
How it appears in WiMM:
The text was updated successfully, but these errors were encountered: