Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
simpsons
#1
how do I watch simpsons on xbmc. I am new to xbmc
Reply
#2
buy the dvds
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Actually I saw a few days ago that there's a new site where you can stream all Simpsons episodes. It requires login from a TV provider account to access it.

http://www.simpsonsworld.com/

In order to use the site in XBMC you'd have to either write an add-on or hope that someone else is interested enough to write an add-on for it.
Reply
#4
(2014-10-26, 12:18)Martijn Wrote: buy the dvds

not all seasons are on dvd

MOD EDIT: Fixed your quote tag.
Reply
#5
(2014-10-26, 14:08)puithove Wrote: Actually I saw a few days ago that there's a new site where you can stream all Simpsons episodes. It requires login from a TV provider account to access it.

http://www.simpsonsworld.com/

In order to use the site in XBMC you'd have to either write an add-on or hope that someone else is interested enough to write an add-on for it.

" Thank you for your interest in FX Networks. The content you are trying to access is not available in your region."

Back to piracy then...
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#6
(2014-10-26, 23:29)TSDKING Wrote:
(2014-10-26, 12:18)Martijn Wrote: buy the dvds

not all seasons are on dvd

The good ones are..

* Ned Scott ducks

But all joking aside, there doesn't seem to be an XBMC/Kodi-compatible way to get streaming Simpsons episodes legally. As for the not-so-legal methods, we can't help you out with those per our forum rules (wiki).
Reply
#7
(2014-10-26, 12:12)TSDKING Wrote: how do I watch simpsons on xbmc. I am new to xbmc

Assuming you aren't asking about piracy, "out of the box" Kodi cannot scrape the Simpsons at the moment.  There are too many fan-arts for the database table to store them.  To fix it, get a mysql client, log in to the local DB (using the user/passwd in your advanced_settings.xml" file) and run the following SQL:

ALTER TABLE MyVideos116.tvshow MODIFY COLUMN c06 mediumtext DEFAULT NULL NULL;

That will expand the table column enough to support the extended info from the episode scraper.  Exit the mySQL client and go back to Kodi.  Select the Simpsons folder in the videos, select "information" and click to the right until you reach "refresh".  This time when you refresh the info, it should find it and update the show information so it shows up in your TV shows like all the rest.
Reply
#8
Alternatively you can change to the new tv show scraper... https://kodi.wiki/view/Add-on:TMDb_TV_Shows

This scraper limits the number of artwork links that are scraped, so there should no longer be an issue for MySQL / MariaDB setups.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
simpsons0