XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Supplemental Tools for XBMC

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.

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-11-01, 21:18   #131
Halibutt
Senior Member
 
Halibutt's Avatar
 
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
Halibutt is on a distinguished road
Default

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)
Halibutt is offline   Reply With Quote
Old 2009-11-03, 14:18   #132
tamago_quin
Junior Member
 
Join Date: Oct 2009
Posts: 13
tamago_quin is on a distinguished road
Default

Quote:
Originally Posted by Halibutt View Post
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...)
the movie thumbs are not loading because the sql command is selecting from an empty column. possibly after this application was created the database structure has changed? this problem is out of my expertise....

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
tamago_quin is offline   Reply With Quote
Old 2009-11-03, 16:31   #133
Halibutt
Senior Member
 
Halibutt's Avatar
 
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
Halibutt is on a distinguished road
Default

Quote:
Originally Posted by tamago_quin View Post
the movie thumbs are not loading because the sql command is selecting from an empty column. possibly after this application was created the database structure has changed? this problem is out of my expertise....
Anyone?

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
Sadly, I have only one machine which serves both as a server and HTPC. Which means I'm already running it on my server. Or do you mean some fancy option to run it from within XAMPP in some way?

Quote:
another idea might be to connect to your computers global ip address rather than its network ip address
Sadly, this doesn't seem to work (404). Perhaps my router doesn't put such connections through.

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)
Halibutt is offline   Reply With Quote
Old 2009-11-03, 17:30   #134
tamago_quin
Junior Member
 
Join Date: Oct 2009
Posts: 13
tamago_quin is on a distinguished road
Default

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
tamago_quin is offline   Reply With Quote
Old 2009-11-03, 17:41   #135
Halibutt
Senior Member
 
Halibutt's Avatar
 
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
Halibutt is on a distinguished road
Default

Quote:
Originally Posted by tamago_quin View Post
did you run indexing.php from your pc or your cell phone?
Both, actually. The effect is the same, whether it's Opera Mobile, Firefox and even Internet Exploiter.

Here's exactly what I do:
  1. start XBMC
  2. start XAMPP
  3. start Apache
  4. start mySQL
  5. navigate to 192.168.1.101/xbmc/indexing.php

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
I occasionally also get the following error here or there, but it doesn't seem to be the problem. Or is it?
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:
open http://localhost in chrome or firefox on your pc and see what happens
It redirects me automagically to http://localhost/xampp/, with XAMPP Lite 1.7.2 info settings (that orange page with "Congratulations: You have successfully installed XAMPP on this system!").

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.
Halibutt is offline   Reply With Quote
Old 2009-11-03, 18:56   #136
tamago_quin
Junior Member
 
Join Date: Oct 2009
Posts: 13
tamago_quin is on a distinguished road
Default

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.
tamago_quin is offline   Reply With Quote
Old 2009-11-03, 21:21   #137
Halibutt
Senior Member
 
Halibutt's Avatar
 
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
Halibutt is on a distinguished road
Default

Quote:
Originally Posted by tamago_quin View Post
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'm using MediaInfoPlus (MIP) to download pics - and they show up just fine in XBMC. Not sure if they're downloaded from tvdb or elsewhere.

Quote:
i think that might be screwing this up maybe try to update your tv series...
You mean cleaning my library from within XBMC?

Quote:
copy the http address from the indexing errors and see if the image loads.
Not sure what you mean. There's no address in the errors. They look exactly like the one below:
Code:
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in C:\XAMPP\xampplite\htdocs\xbmc\includes\classes\modules\image.php on line 18
, with the function.getimagesize linking to "http://192.168.1.101/xbmc/function.getimagesize" (in practice a 404 error).

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
.
And so on.



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.
Halibutt is offline   Reply With Quote
Old 2009-11-04, 03:56   #138
tamago_quin
Junior Member
 
Join Date: Oct 2009
Posts: 13
tamago_quin is on a distinguished road
Default

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.
tamago_quin is offline   Reply With Quote
Old 2009-11-04, 04:46   #139
Halibutt
Senior Member
 
Halibutt's Avatar
 
Join Date: Mar 2009
Location: Warsaw, Poland
Posts: 235
Halibutt is on a distinguished road
Default

Quote:
Originally Posted by tamago_quin View Post
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
You're a genius my friend and you should know it. Indeed my .nfo files were apparently broken as there was nothing within the "thumb" field (namely <thumb />). Yet when I point the file to a manually-saved wide-icon or a recently-checked link and rescan the media, nothing really changes. I get more dots between the errors, but that's it, no graphics in the remote. I think we're nearing the solution though, thanks again for your help

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)
Halibutt is offline   Reply With Quote
Old 2009-11-04, 05:38   #140
tamago_quin
Junior Member
 
Join Date: Oct 2009
Posts: 13
tamago_quin is on a distinguished road
Default



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.
tamago_quin is offline   Reply With Quote
Reply

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:15.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project