Giter Club home page Giter Club logo

xbmc-korea-addons's People

xbmc-korea-addons's Issues

DabDate Not Working...

What steps will reproduce the problem?
1. Going into DabDate isn't working on XBMC 
2. Settings have been changed (mobile, low, medium, and high), but nothing is 
playing.

What is the expected output? What do you see instead?
The list of programs are showing on everything except on mobile mode, but 
nothing is streaming

What version of the product are you using? On what operating system?
XBMC-Korea 1.0.6 (DabDate 0.3.2) on Frodo 12.2

Please provide any additional information below.
It was working last week, but it has stopped.  Love what you do.  Keep up the 
good work...

Original issue reported on code.google.com by [email protected] on 17 Jul 2013 at 5:55

dabdate not working

What steps will reproduce the problem?
1. Videos won't play at all
2. I get py.addon error for even the free stuff
3.

What is the expected output? What do you see instead?
I get py.addon error msg

What version of the product are you using? On what operating system?

I'm using a gboc and I've already updated to 0.4.3.. 
Please provide any additional information below. The service went down as of 
yesterday and I have plenty of tokens


Original issue reported on code.google.com by [email protected] on 9 May 2014 at 10:33

Can't install new dabdate 4.4.4

What steps will reproduce the problem?
1. Tried to install update
2. Says installation ffaild
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Xbmc korea repo 1.0.6

Please provide any additional information below.
I'm sure this update is for my previous issue that I had posted

Original issue reported on code.google.com by [email protected] on 21 May 2014 at 10:49

Dabdate Openelec 4.0

What steps will reproduce the problem?
1. Install xbmc Korea repository 1.0.6
2. Dabdate cannot install because dependencies not met
3. Install xbmc Korea repository 1.0.7. Dabdate is not there

What is the expected output? What do you see instead?

To be able to install Dabdate

What version of the product are you using? On what operating system?

Openelec 4.0 on Raspberry Pi.

Please provide any additional information below.

On a Windows system I upgraded XBMC 12.3 to 13 and dabdate continued to work 
but it does not on Openelec

Original issue reported on code.google.com by [email protected] on 8 May 2014 at 10:29

Joonmedia 1.7.3

Intel Nuc with open elec gotham joonmedia from undercover will not play any 
videos here is a log

19:40:58 T:139872035657472  NOTICE: -->Python Interpreter Initialized<--
19:40:59 T:139872035657472  NOTICE: [xbmcswift2] Request for 
"/play/38442/tudou1/" matches rule for function "play_video"
19:41:00 T:139872035657472 WARNING: [plugin.video.joonmedia.net] Unsupported
19:41:00 T:139872619419456   ERROR: GetDirectory - Error getting 
plugin://plugin.video.joonmedia.net/play/38442/tudou1/
19:41:00 T:139872619419456   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.joonmedia.net/play/38442/tud
ou1/) failed
19:41:00 T:139872027264768  NOTICE: Thread BackgroundLoader start, auto delete: 
false
19:41:02 T:139872027264768  NOTICE: Previous line repeats 1 times.
19:41:02 T:139872027264768  NOTICE: Thread LanguageInvoker start, auto delete: 
false
19:41:02 T:139872027264768  NOTICE: -->Python Interpreter Initialized<--
19:41:03 T:139872027264768  NOTICE: [xbmcswift2] Request for "/series/1069/" 
matches rule for function "video_list"
19:41:04 T:139872035657472  NOTICE: Thread BackgroundLoader start, auto delete: 
false
19:41:05 T:139872027264768  NOTICE: Thread LanguageInvoker start, auto delete: 
false
19:41:05 T:139872027264768  NOTICE: -->Python Interpreter Initialized<--
19:41:06 T:139872027264768  NOTICE: [xbmcswift2] Request for 
"/play/22702/tudou1/" matches rule for function "play_video"
19:41:06 T:139872027264768 WARNING: [plugin.video.joonmedia.net] Unsupported
19:41:06 T:139872619419456   ERROR: GetDirectory - Error getting 
plugin://plugin.video.joonmedia.net/play/22702/tudou1/
19:41:06 T:139872619419456   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.joonmedia.net/play/22702/tud
ou1/) failed
19:41:06 T:139872035657472  NOTICE: Thread BackgroundLoader start, auto delete: 
false
19:41:11 T:139872027264768  NOTICE: Previous line repeats 2 times.
19:41:11 T:139872027264768  NOTICE: Thread LanguageInvoker start, auto delete: 
false

Original issue reported on code.google.com by [email protected] on 12 Dec 2014 at 4:14

Support for Kodi 14.0?

Hi, 
I installed on 13.2.2, but no video addons were listed.  Can you post an update 
for Kodi versions 13.2.2 and 14.0?  

Thanks!

Original issue reported on code.google.com by [email protected] on 12 Jan 2015 at 3:28

Ondemandkorea addon script fix

What steps will reproduce the problem?
1. ondemandkorea script error
2. getting back the 'news' category work

What is the expected output? What do you see instead?
Add-on not working.  Script error

What version of the product are you using? On what operating system?
xbmc 13.1-3 on Archlinux 64bit

Please provide any additional information below.

1. ~/.xbmc/addons/plugin.video.ondemandkorea/resources/lib/ondemandkorea.py     
   line 61 should be changed from
    info_url = root_url + re.compile('"(/includes/playlist.php\?token=\d+\|[^"]*)').search(html).group(1)

to

    info_url = root_url + re.compile('"(/includes/playlist_1080p.php\?token=\d+\|[^"]*)').search(html).group(1)

2. ~/.xbmc/addons/plugin.video.ondemandkorea/addon.py        line 28 should be 
changed from
#{'label':u'뉴스',     'path':plugin.url_for('gallery_view', 
cate='kbs-news-9')},

to
 {'label':u'뉴스',     'path':plugin.url_for('genre_view', genre='korean-news')}, 

Original issue reported on code.google.com by [email protected] on 14 Jul 2014 at 9:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.