• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 21
XBMC HTTP-R, Remote Control Web App for PDA, PPC, or Smartphone (developers wanted)
yes he uses the stpath to calculate crc to get thumbnail name and path to show them.
for season label, you have to calculate crc of something like this: "Season" + "tvshowname" + "season 1" you'll get 5ed2z5def55q (hazardous numbers her)
which means the thumbnail is here
tbn folder\video\5\5ed2z5def55q.tbn for season 1 of this tvshowname.

watch the python lib, you'll see what i need to calculate crc on for each kind of xbmc thumb
Reply
for tv shows his code works perfectly although it is getting the images from an external website rather than xbmc server(which seems to cause problems when the image has been moved... so not so perfect... but.....). for movies his db call is to column c08 which is null. i have no idea...
why cant it be simple like album covers :p

i'm positive i can't do this anymore... i appreciate the help but it's just too much for me.

if anyone out there is willing to correct this it would be appreciated by a few of us Smile
Reply
try sql lite firefox addon and open your video34.db in userdata folder, try to take another column maybe he use stpath to calculate crc ...

well, i've just watch my db, in movieviews, C08 is list of fanart for movie
Reply
c09 is fanart in mine

after finding the image he creates a new image in:
httdocs\images\movie\md5.jpg where md5 is the md5 value

judging by your response this method has inconsistancies
Reply
Just to let you guys know, It seems the problem was with external scrapers. I deleted all the homebrew files (all the .nfo, .tbn and such) and left only the movies themselves and the subtitles. Then I restarted XBMC, rescraped those series from within XBMC, reindexed the db and... two wideicons are there, even though nothing was saved in the folders.

This obviously has three serious flaws:
I would apparently have to repeat the process for all my media (OMG).
Besides, I would really love to be able to use normal posters for tv series on my XBMC (I use aeon) and keep the wide icons separate from them, only for this remote...
The third is I won't be able to do anything about tv shows XBMC won't cope with nicely, meaning pretty all non-American ones...
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)
Reply
i have been updating the look of this app for wvga phones and feel like i have made some good progress.

Image

i have only updated the look, not the underlying code. unfortunatly because of this it wont look like this for everyone. if someone could help with the coding we could turn this into a great program for windows mobile phones
Reply
Yeah, it seems this one was as close as it gets to a WM counterpart to the iPhone XBMC remote. Too bad it seems the project was abandoned when 90% ready...
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)
Reply
tamago_quin Wrote:i have been updating the look of this app for wvga phones and feel like i have made some good progress.

Image

i have only updated the look, not the underlying code. unfortunatly because of this it wont look like this for everyone. if someone could help with the coding we could turn this into a great program for windows mobile phones

Hi,
Great, but where can we download your mod ??
Thanks
Reply
I don't get it...

I've installed XAMPP and have XBMC installed. I go to 127.0.0.1:8080 (port within xbmc) and I get this interface:
Image

But I can't get to any other (browsing) interface! If I try to load one of the other .php files I get the source code.
What is that I am doing wrong, or missing? Anyone can help?

PS: on my pocket pc (windows mobile) I also get this interface...
Reply
Hi all,
I try to download this application but when I click the Download link I redirected to an empty page Sad

Can someone provide me a correct link?

Thanks Laugh
Reply
Question 
Great application, unfortunately I do not get it to work. Index.php opens a blank page. Could someone give me some suggestions?

I'm using Opera 10.01 browser

I tried the following:

http://localhost/
URL opens Xampp website:
XAMPP Lite 1.7.2!
Congratulations:
You have successfully installed XAMPP on this system!


http:/192.168.0.197:8080
opens the XBMC interface:

Image.


http:/192.168.0.197/interface
Object cannot be found:
Error 404
192.168.0.197
11/15/09 20:34:11
Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0


http:/192.168.0.197/xbmc/interface
Url opens the indexpage with 3 directories:

Image


http:/192.168.0.197/xbmc/indexing.php
Url is Ok:

Indexing: XBMC
Movies
Progress: 0
Albums
Progress: 0
Artists
Progress: 0
TV-Shows
Parsing: 0 seasons:


http:/192.168.0.197/xbmc/ (or http:/192.168.0.197/xbmc/index.php)
This url opens a blank page.
Reply
cloverfield Wrote:I don't get it...

I've installed XAMPP and have XBMC installed. I go to 127.0.0.1:8080 (port within xbmc) and I get this interface:
Image
Wrong address. It depends on the name of the folder you created in htdocs. In my case the HTTP-R files are located at: C:\XAMPP\xampplite\htdocs\xbmc

So the folder is named xbmc, and I find it by navigating to http://192.168.1.101/xbmc

In your case it could be 127.0.0.1/http-r, 127.0.0.1/remote, or whatever you called that folder.

Also, make sure your server is running, otherwise you won't see anything Smile
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)
Reply
ill upload what i have tonightn remember its not 100% functioning properly as is... but close.

halibutt, i may have a temp solution for your images. in the next few days i will try to uplad a solution
Reply
tamago_quin Wrote:halibutt, i may have a temp solution for your images. in the next few days i will try to uplad a solution
You're my hero Smile
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)
Reply
Fiasco Wrote:I wrote a javascript function to generate the CRC of a thumbnail from the path/filename of the media file here

Javascript thumbnail CRC generator

Hi Fiasco,

Thanks for your work on the js crc generator but when trying to use it I found a small issue (specially with IE).

I had to modify this:
Number.prototype.unsign = function(bytes) {
return this >= 0 ? this : this - Number.MIN_VALUE*2;
};

In case someone needs to use it.
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 21

Logout Mark Read Team Forum Stats Members Help
XBMC HTTP-R, Remote Control Web App for PDA, PPC, or Smartphone (developers wanted)0