• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 18
Deprecated PseudoLibrary - Strm Generator w/ Library Integration: AMAZON/HULU/NETFLIX
#91
I have gotten everything I tried to work except the ustvvod plugin. Anybody found a way for that one, I am missing something silly I guess.
#92
(2014-10-22, 20:24)cordfree Wrote: I have gotten everything I tried to work except the ustvvod plugin. Anybody found a way for that one, I am missing something silly I guess.

Sorry, USTVVOD has a poorly formed directory structure... I've tried on multiple occasions to engage the developers to address this problem, with no luck Sad

Maybe you can convince them? who know...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#93
Hey, can you share some of your configs for ones that worked. I have had no luck. Did you get F.T.V to work?
Thanks!

(2014-10-22, 20:24)cordfree Wrote: I have gotten everything I tried to work except the ustvvod plugin. Anybody found a way for that one, I am missing something silly I guess.
#94
Does anyone have a config that works for funnier moments? Cartoon HD? I would like to add all of the streams from these source, if possible.

I have tried the following:
TVShows|Plugin|plugin.video.cartoonHD|""|20|1|""
TVShows|Plugin|plugin.video.funniermoments|""|20|1|""

but it doesn't generate any strm's
#95
@Lunatixz:

PseudoLib is functioning real well here except from on a little thing. Every time I open Kodi Gotham, 20 segs. or so by, it gives a script.pseudoLibrary failed error. I have set up to update the library every 6 hours. Here is a simple log that only opens Kodi, wait for the error and then shutdown Kodi.

Kodi Log

I found the error in about line 1224

Look like this :

Code:
15:56:41 T:15352   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            Traceback (most recent call last):
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 93, in <module>
                                                AutomaticUpdate()
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 63, in AutomaticUpdate
                                                Update_Timer_LastRun = datetime.datetime.strptime(Update_Timer_LastRun, '%Y-%m-%d %H:%M:%S')
                                              File "C:\Program Files\XBMC\system\python\Lib\_strptime.py", line 325, in _strptime
                                                (data_string, format))
                                            ValueError: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            -->End of Python script error report<--

Looks like it is a date formating error.

Can you please take a look at this. I already iron the EPG for F.T.V using mc2xml and a task. it is set for Eastern Time ( I had no luck with ftvguide.xml, seems it is not downloading any programming), and although F.T.V. streams are much or less stable some of them change every 3 or 4 days (Al Jazeera and Euro News the must frequent) so this is the final piece of my setup. Thanks.
Image
#96
(2014-10-27, 23:48)Fallito Wrote: @Lunatixz:

PseudoLib is functioning real well here except from on a little thing. Every time I open Kodi Gotham, 20 segs. or so by, it gives a script.pseudoLibrary failed error. I have set up to update the library every 6 hours. Here is a simple log that only opens Kodi, wait for the error and then shutdown Kodi.

Kodi Log

I found the error in about line 1224

Look like this :

Code:
15:56:41 T:15352   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            Traceback (most recent call last):
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 93, in <module>
                                                AutomaticUpdate()
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 63, in AutomaticUpdate
                                                Update_Timer_LastRun = datetime.datetime.strptime(Update_Timer_LastRun, '%Y-%m-%d %H:%M:%S')
                                              File "C:\Program Files\XBMC\system\python\Lib\_strptime.py", line 325, in _strptime
                                                (data_string, format))
                                            ValueError: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            -->End of Python script error report<--

Looks like it is a Dte Formating error.

Can you please take a look at this. I already iron the EPG for F.T.V using mc2xml and a task for Eastern Time ( I had no luck with ftvguide.xml, seems it is not downloading any programming), and although F.T.V. streams are much or less stable some of them change every 3 or 4 days (Al Jazeera and Euro News the must frequent) so this is the final piece of my setup. Thanks.

Yeah, I know about some issues... going to push an update soon...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#97
(2014-10-27, 05:06)tenchu98 Wrote: Does anyone have a config that works for funnier moments? Cartoon HD? I would like to add all of the streams from these source, if possible.

I have tried the following:
TVShows|Plugin|plugin.video.cartoonHD|""|20|1|""
TVShows|Plugin|plugin.video.funniermoments|""|20|1|""

but it doesn't generate any strm's

You have to use Generic type if you're in the root. Remember there are TVShows and Movies in there.
Image
#98
(2014-10-27, 23:52)Lunatixz Wrote:
(2014-10-27, 23:48)Fallito Wrote: @Lunatixz:

PseudoLib is functioning real well here except from on a little thing. Every time I open Kodi Gotham, 20 segs. or so by, it gives a script.pseudoLibrary failed error. I have set up to update the library every 6 hours. Here is a simple log that only opens Kodi, wait for the error and then shutdown Kodi.

Kodi Log

I found the error in about line 1224

Look like this :

Code:
15:56:41 T:15352   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            Traceback (most recent call last):
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 93, in <module>
                                                AutomaticUpdate()
                                              File "C:\Users\rnieves\AppData\Roaming\XBMC\addons\script.pseudo.library\service.py", line 63, in AutomaticUpdate
                                                Update_Timer_LastRun = datetime.datetime.strptime(Update_Timer_LastRun, '%Y-%m-%d %H:%M:%S')
                                              File "C:\Program Files\XBMC\system\python\Lib\_strptime.py", line 325, in _strptime
                                                (data_string, format))
                                            ValueError: time data '' does not match format '%Y-%m-%d %H:%M:%S'
                                            -->End of Python script error report<--

Looks like it is a Dte Formating error.

Can you please take a look at this. I already iron the EPG for F.T.V using mc2xml and a task for Eastern Time ( I had no luck with ftvguide.xml, seems it is not downloading any programming), and although F.T.V. streams are much or less stable some of them change every 3 or 4 days (Al Jazeera and Euro News the must frequent) so this is the final piece of my setup. Thanks.

Yeah, I know about some issues... going to push an update soon...

Thanks, Lunatixz. Kudos for all this great work!
Image
#99
V.0.0.7 Pushed to repo, Includes Service fix, SMB strm paths, misc tweaks...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Confirmed working nicely.
Image
(2014-10-28, 00:38)Fallito Wrote:
(2014-10-27, 05:06)tenchu98 Wrote: Does anyone have a config that works for funnier moments? Cartoon HD? I would like to add all of the streams from these source, if possible.

I have tried the following:
TVShows|Plugin|plugin.video.cartoonHD|""|20|1|""
TVShows|Plugin|plugin.video.funniermoments|""|20|1|""

but it doesn't generate any strm's

You have to use Generic type if you're in the root. Remember there are TVShows and Movies in there.

I tried changing it to Generic, and the progress box blinks onto the screen and nothing happens.

I just want it to generate strm files for all links in the plugins. I was hoping to be able to do this for multiple addons.
I love the concept of this addon, just wish it could integrate into kodi and add the 'add to library' option to every context menu. I have always thought that it should be an integral part of xbmc/kodi.

Now if I can just get it to generate some strm's

Here's an icon idea for your addon: Image
<a href="http://tinypic.com?ref=jfeyoj" target="_blank"><img src="http://i61.tinypic.com/jfeyoj.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
(2014-10-28, 16:36)tenchu98 Wrote:
(2014-10-28, 00:38)Fallito Wrote:
(2014-10-27, 05:06)tenchu98 Wrote: Does anyone have a config that works for funnier moments? Cartoon HD? I would like to add all of the streams from these source, if possible.

I have tried the following:
TVShows|Plugin|plugin.video.cartoonHD|""|20|1|""
TVShows|Plugin|plugin.video.funniermoments|""|20|1|""

but it doesn't generate any strm's

You have to use Generic type if you're in the root. Remember there are TVShows and Movies in there.

I tried changing it to Generic, and the progress box blinks onto the screen and nothing happens.

I just want it to generate strm files for all links in the plugins. I was hoping to be able to do this for multiple addons.

Does this work at the root level for other addons? Have you tried specifying a subfolder?
(2014-10-28, 20:56)spyder Wrote:
(2014-10-28, 16:36)tenchu98 Wrote:
(2014-10-28, 00:38)Fallito Wrote: You have to use Generic type if you're in the root. Remember there are TVShows and Movies in there.

I tried changing it to Generic, and the progress box blinks onto the screen and nothing happens.

I just want it to generate strm files for all links in the plugins. I was hoping to be able to do this for multiple addons.

Does this work at the root level for other addons? Have you tried specifying a subfolder?

Yes, it works at root level, just don't add a folder to the configuration, ie plugin://plugin.video/vevo
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Thanks for pushing the update, but I still have fails.
1. addon: mxrte
Generic|Plugin|plugin.video.mxrte|""|25|1|""
Log: https://dl.dropboxusercontent.com/u/8532...rte%20.log

2. addon mxbbc log:
Generic|Plugin|plugin.video.mxbbc|""|25|1|""
Log: https://dl.dropboxusercontent.com/u/8532...0mxbbc.log

In both examples I am able to see the data to be written to the .strm file inside the log, but it fails to create the file. I have extracted the data and hard coded, but I would like to run it every day so I have up-to-date streams.

Thanks!
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 18

Logout Mark Read Team Forum Stats Members Help
PseudoLibrary - Strm Generator w/ Library Integration: AMAZON/HULU/NETFLIX5