XBMC Community Forum
[Web Interface Addon] XWMM - XBMC Web Media Manager - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] XWMM - XBMC Web Media Manager (/showthread.php?tid=60643)



- vee10 - 2010-01-22 02:59

slash Wrote:I'm curious about the c19 field, in the wiki it says C19 : [unknown].

If the C19 field is a URL, could you provide me with an example (NFO file)?

I could try to add this to the next release.
Thanks

Did you give this any more thought ?


- FishOil - 2010-01-22 05:27

slash Wrote:Hi,

Few things you can check:

- XWMM latest version 1.4.4
- Look for erros in the xbmc.log (specifically http )
- Make sure xbmc user has write access to /web/XWMM

Let me know

I already have 1.4.4
I just changed the permissions on the web folder and it now shows the posters but it will only show it once for each movie. If i click on a movie it shows it , I I click on another it shows it.. etc....However if I click on any of the ones I just looked at it fails to show the poster.

Also the default url (XWMM/default.asp) still shows just a white background and appears to do nothing.


- slash - 2010-01-22 06:12

vee10 Wrote:Did you give this any more thought ?

I didn't have much time to work on XWMM this week. I was hoping to find time this week-end Rolleyes


- slash - 2010-01-22 06:16

FishOil Wrote:I already have 1.4.4
I just changed the permissions on the web folder and it now shows the posters but it will only show it once for each movie. If i click on a movie it shows it , I I click on another it shows it.. etc....However if I click on any of the ones I just looked at it fails to show the poster.

Also the default url (XWMM/default.asp) still shows just a white background and appears to do nothing.

Just did the test and you are absolutely right. Somehow I broke something Blush.

I'll post a fix asap.

Thanks.


- slash - 2010-01-22 06:39

Hi FishOil,

It should work now.

Again you were right : "It seems the part that might populate it is commented out in /movies/include.js"

I didn't do proper testing when commenting this function and reuploaded the 1.4.4 correct version

Anyway, I just un-commented it for now. I'll look into it another time.

Thanks again for your help.

btw did you try the svn version ?


- bertrand - 2010-01-22 10:40

Regarding the earlier questions about c19, if I remember correctly this field contains the trailer (URL or path).


- slash - 2010-01-22 14:55

bertrand Wrote:Regarding the earlier questions about c19, if I remember correctly this field contains the trailer (URL or path).

So, I could add a text field with a button to view the trailer :

- the button click will open a browser window to the URL

This would be in the short term, 'cause a clean solution would be to embed the video trailer in a widget (js window).


- vee10 - 2010-01-22 15:06

slash Wrote:So, I could add a text field with a button to view the trailer :

- the button click will open a browser window to the URL

This would be in the short term, 'cause a clean solution would be to embed the video trailer in a widget (js window).

That would be perfect for me, all I need is the ability to add a trailer url manually as I find the scrapers always find the wrong trailer !


- slash - 2010-01-23 17:11

Hi all,

Here is a new update :

- Added rating field
- Added trailer field with button link (not clean yet)
- Added Genre management (Add, Remove and modify)
- Moved file information into accordion (right panel)

you can dowlod it from here or from first post.

I will be adding watched very soon.


- vee10 - 2010-01-23 17:33

slash Wrote:Hi all,

Here is a new update :

- Added rating field
- Added trailer field with button link (not clean yet)
- Added Genre management (Add, Remove and modify)
- Moved file information into accordion (right panel)

you can dowlod it from here or from first post.

I will be adding watched very soon.

Excellent, will try this out striaght away. Thanks for all the good work.