2015-05-16, 16:28
If there are interested people, I can code something like this, no problem
(2015-05-15, 16:36)Nenes Wrote:Okay....I'm already testing some stuff(2015-05-15, 11:40)bromix Wrote: I see. Is there interest of more users for this addon?
ho yesssss
Quote:12:50:38 T:2670713664 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: unable to open database file
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.ytchannels/default.py", line 199, in <module>
folders=get_folders()
File "/storage/.kodi/addons/plugin.video.ytchannels/default.py", line 55, in get_folders
init_database()
File "/storage/.kodi/addons/plugin.video.ytchannels/default.py", line 44, in init_database
db=sqlite3.connect('folders.db')
OperationalError: unable to open database file
-->End of Python script error report<--
12:50:38 T:3046266624 ERROR: GetDirectory - Error getting plugin://plugin.video.ytchannels/
12:50:38 T:3046266624 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.ytchannels/) failed
(2015-05-18, 18:21)natko1412 Wrote: Youtube Channels by natko1412 Update
v0.0.21 [18-May-2015]
-you can now add channel by searching or entering a username
-added "TOP Channels" and "Categories" (by views) charts from vidstatx.com
-added my icons
-fixed videos (now able to play like a playlist)
-fixed some code and bugs
(2015-05-18, 18:21)natko1412 Wrote: Youtube Channels by natko1412 Update
v0.0.21 [18-May-2015]
-you can now add channel by searching or entering a username
-added "TOP Channels" and "Categories" (by views) charts from vidstatx.com
-added my icons
-fixed videos (now able to play like a playlist)
-fixed some code and bugs
(2015-05-19, 21:15)DerekCuster Wrote: Fantastic!I will look what I can do with importing from old addon The problem is that I don't have the old version, never had it. Do you know maybe where I can find it?
I'm going to look at this now. Awesome job... I've not been this excited over a plugin....... Well.... Ever lol
Question, is there any way to modify the existing /original plugin?
The reason I ask, is that I have hundreds of channels organised into folders in the original plugin.
Or could your plugin pull the list of existing channels (it's just a plain text file sitting in the user directory of xbmc) and import that list of channels and folders into your version?
Also, does your version allow adding folders/categories etc to organised our channels?
Just to save us from starting from scratch
Added thanks for creating this though, it's an absolutely awesome idea and seriously is my most used app. Hopefully your new version will be too
(2015-05-19, 21:33)natko1412 Wrote: @Nenes
Can you provide a debug log file from openelec?
Quote:21:35:12 T:140404291839744 NOTICE: -->Python Interpreter Initialized<--
21:35:12 T:140404291839744 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: unable to open database file
Traceback (most recent call last):
File "/storage/.xbmc/addons/plugin.video.ytchannels/default.py", line 21, in <module>
db=sqlite3.connect('folders.db')
OperationalError: unable to open database file
-->End of Python script error report<--
21:35:12 T:140405726349120 ERROR: GetDirectory - Error getting plugin://plugin.video.ytchannels/
21:35:12 T:140405726349120 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.ytchannels/) failed
21:35:12 T:140404291839744 NOTICE: Thread BackgroundLoader start, auto delete: false
(2015-05-19, 21:33)natko1412 Wrote: I will look what I can do with importing from old addon The problem is that I don't have the old version, never had it. Do you know maybe where I can find it?
Yes, in my version you can create folders, and then add channels to those folders.
Do you want me to add the "folder in folder" option?