• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 45
MovieLib - Your movie database on web
#31
Do you clear movies table and sync again?
Reply
#32
Cleared out the movies table and everything is good now. Thanks for the help and all your work on this! Cool
Reply
#33
It would be useful to have an option to have a "Play" button where when you click on the click you are directed to the video file and the stream opens in browser (this happens by default already if you install apache) as most have VLC plugin installed or webm player.

I guess all thats needed is the path and a link to it from the movie div, would need to strip off the SMB:// part. If your apache server is public so pplcould use this to access their library outside of their network with a nice gui to stream/download via browser as not always are you on a device with XBMC installed.

I tried and failed.

edit: btw nice work on this, looks great Smile
Reply
#34
Most users who use the script have two apache servers. The first home is running mysql database for XBMC. A second somewhere in the network that is always online and shows the database. The idea of ​​the script is to have a database on the network always online, and a home computer only turned on when is needed.

Maybe your idea is interesting but would not meet its features. In addition, a huge problem with the configuration and releasing movies by the server. Each user would have to individually configure the firewall, router, apache, to the files will be visible from internet. I don't know if it's completely secure.
Reply
#35
You're right, It may not be usable for everyone via public network if their setup doesn't permit them to, but the button could be enabled or disabled - and you can still stream via browser locally from any device since not every family member may have XBMC installed or an XBMC compatible device. I think all that needs to be done is the path added from xbmc movie table with the listening port of the device running apache with the media. I'm going to have a look at doing it.
Reply
#36
You want to play movie in browser or create only network link for Video Player? If You want play in browser It is needed video player script implemented in movielib.
Reply
#37
Just a link to the file over apache so you can download for example the file..

smb://192.168.1.100/Video/movie.mp4 is how it shows in the table

strip smb off and if that device is running apache you can type

http://192.168.1.100/Video/movie.mp4

And the movie will be downloaded onto your PC from the browser.
Reply
#38
This only works for Movies? No TVshows?
Reply
#39
Okay guys, i really love the idea so i've been trying to get this to work on my pc & synology NAS, still there's nothing in the created DB!

Could anybody point me to some additional info on this addon (What URL does the XBMC addon need for instance...??)??
Reply
#40
I'm finishing a new version of Movielib.
The main change will be the ability to sync directly from XBMC to the script.
The new 2.1.0 version of the script has a installation system. You just need to copy the script and pass the steps.
Movielib 2.1.0 download from here: https://github.com/Regss/movielib/archive/master.zip

New Addon for XBMC you can download from my repository: https://raw.github.com/Regss/xbmc-regss-...-1.2.1.zip
Addon version must be: 1.1.0
Reply
#41
(2013-12-29, 17:17)Regss Wrote: I'm finishing a new version of Movielib.
The main change will be the ability to sync directly from XBMC to the script.
The new 2.1.0 version of the script has a installation system. You just need to copy the script and pass the steps.
Movielib 2.1.0 download from here: https://github.com/Regss/movielib/archive/master.zip

New Addon for XBMC you can download from my repository: https://raw.github.com/Regss/xbmc-regss-...-1.2.1.zip
Addon version must be: 1.1.0

I still get an error on the XBMC addon "can't connect to 192.168.0.xxx/movielib-master/sync.php?option="....any idea whats going on??
Reply
#42
If you go to 192.168.0.xxx/movielib-master/ in webbrowser you see empty movie page?
Reply
#43
(2013-12-29, 19:06)Regss Wrote: If you go to 192.168.0.xxx/movielib-master/ in webbrowser you see empty movie page?

Yep, (and the token has been configured, still when i navigate to main site and back to token again the token is empty....)
*edit: setting the token value manually by editing the config.php doesn't solve the sync problem, but the token value doesn't disapear anymore*
Reply
#44
1. You trying this on one machine?
2. You have newest script version 1.1.0?
3. In script folder file sync.php exist?
4. Past xbmc.log after this error

edit:

If You go to http://192.168.0.xxx/movielib-master/sync.php?option= in webbrowser you should get empty blank page without errors
Reply
#45
(2013-12-29, 19:21)Regss Wrote: 1. You trying this on one machine? no, Synology NAS as webserver, XBMC installed locally
2. You have newest script version 1.1.0? Yep
3. In script folder file sync.php exist? Yep
4. Past xbmc.log after this error

xbmc log:18:12:32 T:4852 NOTICE: -->Python Interpreter Initialized<--
18:12:32 T:4852 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:12:34 T:7036 NOTICE: Thread XBPyThread start, auto delete: false
18:12:34 T:7036 NOTICE: -->Python Interpreter Initialized<--
18:12:34 T:7036 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:13:11 T:5040 NOTICE: Thread Jobworker start, auto delete: true
18:13:11 T:7068 NOTICE: Thread Background Loader start, auto delete: false
18:13:11 T:1644 NOTICE: Thread Jobworker start, auto delete: true
18:13:12 T:3320 NOTICE: Thread XBPyThread start, auto delete: false
18:13:12 T:3320 NOTICE: -->Python Interpreter Initialized<--
18:13:12 T:3320 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:13:21 T:5040 ERROR: Couldn't connect to \\192.168.0.124\media, error code 53
18:13:26 T:5040 ERROR: CWINFileSMB: Unable to open file for writing '\\192.168.0.124\media\Thumbnails\9\9bd9014d.png' Error '67
18:14:39 T:6460 NOTICE: Thread Jobworker start, auto delete: true
18:14:40 T:5136 NOTICE: Thread XBPyThread start, auto delete: false
18:14:40 T:5136 NOTICE: -->Python Interpreter Initialized<--
18:14:40 T:5136 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:14:49 T:6460 ERROR: Couldn't connect to \\192.168.0.124\media, error code 53
18:14:52 T:6528 NOTICE: Thread Jobworker start, auto delete: true
18:14:52 T:6616 NOTICE: Thread Background Loader start, auto delete: false
18:14:53 T:5216 NOTICE: Thread XBPyThread start, auto delete: false
18:14:54 T:5216 NOTICE: -->Python Interpreter Initialized<--
18:14:54 T:5216 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:14:55 T:6460 ERROR: CWINFileSMB: Unable to open file for writing '\\192.168.0.124\media\Thumbnails\9\9bd9014d.png' Error '67
18:20:05 T:6212 NOTICE: Thread Jobworker start, auto delete: true
18:20:14 T:5044 NOTICE: Previous line repeats 1 times.
18:20:14 T:5044 NOTICE: Thread Background Loader start, auto delete: false
18:20:15 T:2556 NOTICE: Thread XBPyThread start, auto delete: false
18:20:16 T:2556 NOTICE: -->Python Interpreter Initialized<--
18:20:16 T:2556 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:20:16 T:6212 ERROR: Couldn't connect to \\192.168.0.124\media, error code 53
18:20:21 T:6212 ERROR: CWINFileSMB: Unable to open file for writing '\\192.168.0.124\media\Thumbnails\9\9bd9014d.png' Error '67
18:22:11 T:5276 NOTICE: Thread Jobworker start, auto delete: true
18:22:12 T:5048 NOTICE: Thread XBPyThread start, auto delete: false
18:22:12 T:5048 NOTICE: -->Python Interpreter Initialized<--
18:22:13 T:5048 NOTICE: >>>> Movielib <<<< Can't connect to: 192.168.0.124/movielib2/sync.php?option=
18:22:22 T:5276 ERROR: Couldn't connect to \\192.168.0.124\media, error code 53
18:22:27 T:5276 ERROR: CWINFileSMB: Unable to open file for writing '\\192.168.0.124\media\Thumbnails\9\9bd9014d.png' Error '67

And that page you mentioned => as white as a yeti in a snowstorm!
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 45

Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8