Skip to content
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

Closed
khaoohs opened this issue Dec 8, 2014 · 10 comments
Closed

item separator #120

khaoohs opened this issue Dec 8, 2014 · 10 comments

Comments

@khaoohs
Copy link

khaoohs commented Dec 8, 2014

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.
image

How it appears in WiMM:
image

@ghost
Copy link

ghost commented Dec 8, 2014

Should be fixed with ef93088, I released v4.1.13 a couple of hours ago give it a try it should work now.

@khaoohs
Copy link
Author

khaoohs commented Dec 8, 2014

@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.

@ghost
Copy link

ghost commented Dec 8, 2014

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)

@khaoohs
Copy link
Author

khaoohs commented Dec 8, 2014

I am using Chrome. Just installed Opera 26.0 (latest stable) and I am seeing the same results.

image

@ghost
Copy link

ghost commented Dec 8, 2014

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:

{
    "id": "XWMM",
    "jsonrpc": "2.0",
    "result": {
        "albumdetails": {

@khaoohs
Copy link
Author

khaoohs commented Dec 9, 2014

fyfe, not familiar with the dev console, i'm having trouble locating "here will be 2 XHR finished loading entries in the developer console"
I will put some more time into it now and let you know.

@khaoohs
Copy link
Author

khaoohs commented Dec 9, 2014

Had to enable 'LogXMLHttpReqests' in the Chrome console settings dialogue.

id: "XWMM"
jsonrpc: "2.0"
result: {,…}
albumdetails: {albumid: 2203, albumlabel: "", description: "", label: "Řád a trest", mood: [], rating: 0, style: [],…}
albumid: 2203
albumlabel: ""
description: ""
label: "Řád a trest"
mood: []
rating: 0
style: []
theme: []
thumbnail: "image://music@smb%3a%2f%2f192.168.1.100%2fzpool0%2fmedia%2fmusic%2f!T.O.O.H.!%20-%20%c5%98%c3%a1d%20a%20trest%2f01-!T.O.O.H.!-Al-amin%20(aneb%20jak%20vycakat%20jelito).mp3/"
type: "MusicAlbum"

@khaoohs
Copy link
Author

khaoohs commented Dec 9, 2014

1663: {albumid: 2203, artist: ["!T.O.O.H.!"], displayartist: "!T.O.O.H.!",…}
albumid: 2203
artist: ["!T.O.O.H.!"]
0: "!T.O.O.H.!"
displayartist: "!T.O.O.H.!"
genre: ["Progressive", "Death Metal", "Grindcore", "Metal"]
0: "Progressive"
1: "Death Metal"
2: "Grindcore"
3: "Metal"
label: "Řád a trest"
title: "Řád a trest"
year: 2005

@khaoohs
Copy link
Author

khaoohs commented Dec 9, 2014

Here, this matches the album in the screenshots above.

id: "XWMM"
jsonrpc: "2.0"
result: {,…}
albumdetails: {albumid: 13, albumlabel: "", description: "", label: "Real DJs", mood: [], rating: 0, style: [],…}
albumid: 13
albumlabel: ""
description: ""
label: "Real DJs"
mood: []
rating: 0
style: []
theme: []
thumbnail: ""
type: ""

id: "XWMM"
jsonrpc: "2.0"
result: {albums: [{albumid: 2, artist: ["(həd) p.e."], displayartist: "(həd) p.e.",…},…],…}
albums: [{albumid: 2, artist: ["(həd) p.e."], displayartist: "(həd) p.e.",…},…]
[0 … 99]
6: {albumid: 13, artist: ["12 Inch Thumpers"], displayartist: "12 Inch Thumpers",…}
albumid: 13
artist: ["12 Inch Thumpers"]
0: "12 Inch Thumpers"
displayartist: "12 Inch Thumpers"
genre: ["Techno", "Electronic", "House"]
0: "Techno"
1: "Electronic"
2: "House"
label: "Real DJs"
title: "Real DJs"
year: 2001

@ghost ghost closed this as completed in de467d6 Dec 9, 2014
@ghost
Copy link

ghost commented Dec 9, 2014

Thanks for the info @khaoohs, v4.1.14 fixes it.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants