Posts: 2
Joined: Dec 2018
Reputation:
0
2018-12-30, 20:28
(This post was last modified: 2018-12-30, 20:29 by agarnele.)
Hi (im German - sorry for my english)
I use movielib in KODi 18 Leia RC but my Sources changed from emby nie (native)
Movielib but is Not combitable .....
Can U help.....
Posts: 5
Joined: Jun 2015
Reputation:
0
Hi, I was using MovieLib for quite awhile (years), but it got to the stage where Kodi just kept telling me it was no longer compatible. Despite upgrades, and fiddling behind the scenes, it stopped working. I'm assuming that Regss has stopped working on this now, so my questions are:
1) Is there an alternative available that is comparable to this?, or
2) Is there one, or more, people out there who would be willing to take over the project?
I have some limited PHP skills and would be willing to help, but I don't have the expertise required to take on the whole project.
Posts: 206
Joined: Mar 2019
(2013-06-25, 22:59)Regss Wrote: MovieLib is a PHP script allows you to present your video library on your own website. The main advantage is the ability to automatically synchronize the contents of the XBMC database.
Requirements:
- Apache server with PHP 5 and MySQL 5 for script
- XBMC with videos library
InstallationStep 1. Installing php script on server.
Download Movielib script: Movielib
Fetch and unpack it on the server. The script have installer, so start and proceed as directed.
This is tutorial How to install WAMP server locally.
The default password:
Access to the site: user
Access to the admin: admin
Administration panel:
go to admin.php ( 127.0.0.1/movielib/admin.php )
XBMC for communication with the Movielib website will need the token. It should be generated in the admin panel in token section.
Step 2. Installation XBMC add-on.
Install Movielib addon using my repository: Movielib Addon
Go to addon settings and enter website address and token. URL address must start with http:// and have host name and the name of the directory where the script is located directly, like:
Code:
http://127.0.0.1/movielib/
http://www.sitename.com/movielib/
Studio art
If you want a image of studio displaying on right upper corner, you must have image file with studio logo named exactly same as studio name and .png extension. Put this file to folder: templates/[theme]/img/studios/
Much of studios art found it here: https://github.com/XBMC-Addons/media.icons.collection
Extrathumbs
To synchronize the extrathumbs must be named accordance with the rule:
/[movie]/extrathumbs/thumb1.jpg
/[movie]/extrathumbs/thumb2.jpg
...
The script has a full translation in:
- English
- German
- Polish
- French
- Bulgarian
- Danish
- Dutch
- Italian
- Spanish
Thanks for translators.
If you want to help translate:
Transifex: https://www.transifex.com/projects/p/movielib-for-xbmc/
watch gallery
Changelog:
v. 2.8.0
- fixed filter delete button
- fixed database tables
- added indexes to database
- added cleaning function
- added function to separate image sync
- rewrited sync function
- fixed filter links
- added delete button for each poster, fanart image in admin panel
- added playcount digit in default view
- added function to autosync webserver settings for control remote (default disabled, to enable it go to settings in admin panel)
v. 2.7.3
- add uhd flag
- add htaccess and mod rewrite
- option to set default sorting
- option to set default watched status
- option to hide the select media header bar
- add imdb link
v. 2.7.2
- added sync episode thumbnail and stream details
- added new episodes view
v. 2.7.1
- added navigate buttons to remote
- added star rating
- added video new flag
- fixed audio and subs flag
- fixed deleting episodes when delete tvshow
- fixed banner
- fixed sync episodes
- added next, prev buttons for extrathumb view
- added cached actors in admin panel
- fixed facebook tags
- added facebook buttons
v. 2.7.0
- added extra thumbs
- added support for multi audio track
- added audio and subtitles language
- now movies info update when XBMC do some changes
- added actors to live search
- rewrite sync functions
v. 2.6.1
- added studio panel
- added studio flags
- added language: Spanish, Italian
v. 2.6.0
- added remote control XBMC
- added support for download video file
- added support for playing video directly
- added filter watched/unwatched
v. 2.5.4
- fixed install process
- added Danish language
v. 2.5.3
- added banner with last played movie or tvshow
v. 2.5.2
- added ability to hide movie or tvshow
v. 2.5.1
- fixed switching between views
- added banner support
v. 2.5.0
- added views
v. 2.4.0
- fixed sync images
- added TVshows
- added filter info
v. 2.3.3
- fixed default poster image in live search
- added checking files integrity
- added checking tables integrity (auto update to new versions)
- added checking if allow_url_fopen is enabled
- added support for movie sets
v. 2.3.2
- fixed graphics for HD movies
- fixed create tables in install process
v. 2.3.1
- fixed sorting
v. 2.3.0
- added cast field
- added actors thumbnail
- added live search
v. 2.2.0
- added trailer support
- added support for sync images stored localy
- added most watched sort option
v. 2.1.0
- synchronization "on-the-fly" (movies, watched status, lastplayed status)
- more filter options
v. 0.9.1
- Better and faster sync with XBMC database
- Fixed some bugs
v. 0.9.0
- Automatically create cache for posters while browsing the site
- View fanarts
- Secure password content
- Synchronization with XBMC
- Easy to change the appearance using skins
- Information movie parameters
- Status of the watched films
Do, you need any help with this? I am fluent with PHP, CSS, HTML, JavaScript, and MySQL Servers.
Posts: 1
Joined: Dec 2019
Reputation:
0
Is there a movielib with a new version of php? current i use php 5.6. My hosting company prefer version 7.0
Posts: 2
Joined: Dec 2018
Reputation:
0
i wrote the Version in Phyton 3 - but i have errors....
the script ca be see @https://github.com/agarnele/script.movielib - i hope i can fix them
Posts: 9
Joined: Jan 2018
Reputation:
0
hello all,
i installed PHP Version 5.6.40 on my server but i still have the same problem.
i delete all records, but after 300-350 records, i have the sync error..
any suggestions ?
Posts: 42
Joined: Dec 2009
Reputation:
0
Hi,
any hope on getting this on Kodi 19 to work ?