(2015-06-16, 12:59)natko1412 Wrote: Hey guys, I will release a fix for unicode soon.
[quote='yhaddad' pid='2029971' dateline='1434432834']
By the way the youtube.channels file exist in addons and not in userdata folder, change the location at the defualt.py file to addons instead of the addon_data.
....
@asik1 location of the .db file is special://userdata/Database/folders.db
Thank you, I found the file and exported it to my PC.
I opened it in SQLite and indeed I can see the imported channels (multiple times) and the unicode ones.
I don't want to mess with it as I have limited knowledge of sql
** Well I couldn't help it but I think I found the culprit.
In the db file the imported stuff is marked "NoCat" folder, the native addon chanels are marked as "Other" .
So I modified few ... and hey presto even unicode are now listed in this addon root.
Great! I will clear the duplicates and rename NoCat to Other.
Hopefully with no additional errors everything will work OK.
### OK, it works. and I took it a step ahead. I added new channels I didn't have before as it's much easier to type with keyboard and not with mouse on the screen.
One think I learned is that the channel_ID in the db file need to start as UU and not UC as it's shown here on Firefox.
Thank you natko1412 !!!