![]() |
|
|||||||
| Supplemental Tools for XBMC Third-party helper software applications and utilities for XBMC end-users. This include media managers as well as other similar non-XBMC tools. Please note that these are not supported or endorsed by Team-XBMC. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#131 |
|
Senior Member
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
![]() |
Could it be that part of the problem is I don't use WideIcons for my media and instead use only Posters and Fanarts? Perhaps this script looks for WideIcons and when finds none simply crashes?
Also, is there a way to have both WideIcons and Posters in media folders? How should I name them? (Four sentences, four questions...)
__________________
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option) |
|
|
|
|
|
#132 | |
|
Junior Member
Join Date: Oct 2009
Posts: 13
![]() |
Quote:
as for the tv shows. try running indexing.php on the server. this app is trying to get the banners from a webpage, not your file structure. if that succeeds then this is a problem with your server config these are my guesses. i dont have net access on my box so i can only theorize. another idea might be to connect to your computers global ip address rather than its network ip address |
|
|
|
|
|
|
#133 | |||
|
Senior Member
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
![]() |
Quote:
Quote:
Quote:
Thanks for the ideas anyway. Anyone else? Cheers
__________________
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option) |
|||
|
|
|
|
|
#134 |
|
Junior Member
Join Date: Oct 2009
Posts: 13
![]() |
did you run indexing.php from your pc or your cell phone?
open http://localhost in chrome or firefox on your pc and see what happens |
|
|
|
|
|
#135 | |
|
Senior Member
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
![]() |
Both, actually. The effect is the same, whether it's Opera Mobile, Firefox and even Internet Exploiter.
Here's exactly what I do:
Indexing starts, that's when I get lots of such errors for Movies and TV shows Code:
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 Code:
Warning: fsockopen() [function.fsockopen]: unable to connect to 192.168.1.101:8080 (Próba połšczenia nie powiodła się, ponieważ połšczona strona nie odpowiedziała poprawnie po ustalonym okresie czasu lub utworzone połšczenie nie powiodło się, ponieważ połšczony host nie odpowiedział. ) in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\database\xbmc.php on line 95 Quote:
EDIT/ Where does the indexer store the database? Perhaps there is an option to add such gfx manually? - or find a solution there... Cheers
__________________
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option) Last edited by Halibutt; 2009-11-03 at 17:50. |
|
|
|
|
|
|
#136 |
|
Junior Member
Join Date: Oct 2009
Posts: 13
![]() |
i now think thetvdb has changed their site and the program cant find the images. have you been using media managers or xbmc to import movies or tv shows?
i think that might be screwing this up maybe try to update your tv series... copy the http address from the indexing errors and see if the image loads. |
|
|
|
|
|
#137 | |||
|
Senior Member
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
![]() |
Quote:
Quote:
Quote:
Code:
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 So in practice the films and tv series parts look like this: Code:
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 .. Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18 . ![]() Interestingly, the episode pics for my episodes seem to load up just fine.
__________________
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option) Last edited by Halibutt; 2009-11-03 at 21:37. |
|||
|
|
|
|
|
#138 |
|
Junior Member
Join Date: Oct 2009
Posts: 13
![]() |
open tvshow.nfo in your series folder
after <plot>...</plot> should be <thumb>http://..</thumb> this is where xbmc is getting information for the database. try opening the links and see if it loads the images. my guess is that you will get 404 error i can confirm the <thumb> tag is empty in the .nfo for movies. i honestly cant find the link between xbmc and the image. its stored in appdata folder but in the db its just not there. we need someone who knows how the media managers and xbmc work. ask the author of the media manager to pass through the thumb url? i successfully got banners to work by changing this line to <thumb>e:\tv series\american dad\folder.jp</thumb> first try the web links.im almost certain the banners have changed location on thetvdb.com Last edited by tamago_quin; 2009-11-04 at 04:16. |
|
|
|
|
|
#139 | |
|
Senior Member
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
![]() |
Quote:
![]() Anyway, later this day (it's 4 AM here, FGS) I'll play a little more with the .nfo files and check where will it lead me to. BTW, where does the scanning process save its' info to? Is there some file I could edit to sort it out? Because apparently it is scanning it in order not to use the same db as XBMC. Or am I getting something wrong here? Cheers
__________________
WinXP SP3 - Samsung LE40A656 - Asus P5Q SE/R - Intel Core2Duo E8400 3000MHz - GeForce 9600GT (512MB) - Logitech NumberPad - Samsung Omnia running XBMC HTTP-R (for lack of a better option) |
|
|
|
|
|
|
#140 |
|
Junior Member
Join Date: Oct 2009
Posts: 13
![]() |
![]() ![]() ![]() here is what mine is looking like now! the tv show banners are coming from local files on my pc... as well as movie icon. i need to find a way to automate this though... it is very impractical as is. -update- i know how to solve this select strpath, c00 left join + ".tbn" tonight i will try to learn sqlite and see if i can solve this Last edited by tamago_quin; 2009-11-04 at 08:51. |
|
|
|
![]() |
| Bookmarks |
| Tags |
| http api, httpapi, iphone, ppc, web interface, webskin, windows mobile |
| Currently Active Users Viewing This Thread: 2 (1 members and 1 guests) | |
| cloverfield |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|