User(s) browsing this thread: 1 Guest(s)
|
[Titan] Dynamic Jukebox for Movies
|
|
12-03-2010, 10:45 PM
(This post was last modified: 04-29-2011 12:34 AM by GutsBlack.)
|
|||
|
|||
|
[Titan] Dynamic Jukebox for Movies
Sorry for my English Titan v0.4 : Script PHP/SQLITE, Dynamic Jukebox for C200. Available in english and french, but it is possible to add language with an xml file. Contributeur Joebar78 : Scraper Allociné, check / uncheck the list of films during the scan and the database, can delete XML data, photograph, film. For installation [] -> Installer le paquet CSI lighttpd Wiki Titan C200 Changelog 0.4 [] -> Add serie tv [] -> Scrap TVDB [] -> Get Banner, Cover, Fanart [] -> Get Episode Screenshot [] -> Get Serie Information (id, id_imdb, synopsis) [] -> Get Episode Information (id, id_imdb, synopsis, title, director, writer, actor) [] -> For the series naming is the following minimum : Dexter (Directory) |----->Saison 1 (Directory) |--------> [1x01].avi (File) |--------> [1x02].avi |--------> [1x03].avi Battlestar Galactica (Directory) |----->Saison 4 (Directory) |--------> [4x05].avi (File) |----->Specials (Directory) |--------> [0x01].avi (Pilote 01) |--------> [0x02].avi (Pilote 02) |--------> [0x22].avi (The Plan) Titan will rename the files once the scrap to make the correct file name such as : Battlestar Galactica - [1x01] - 33 minutes.avi Changelog 0.4 [] -> Add an init script to configure the language, the jukebox directory, Titan architecture directory jukebox (with movie_information, movie_media, tv_information, tv_medias, actor, backup ...) at first boot. [] -> Scan network locations NETWORK_SHARE (NFS / SAMBA for NAS) SATA_DISK, and SATA_DISK_B1 USB_DISK. [] -> Create .mediainfo.xml video files for the information technology (codecs, resolution, fps ...) [] -> Cleaning files .mediainfo.xml with SED to avoid special characters in the XML tree [] -> Scrap on TMDb (fr and en) or Allociné (fr) [] -> With TMDb, recovery of covers and fanart. [] -> Selected photographs for the movie page [] -> Add files to the database with the possibility of selection of videos to add test with duplicates [] -> Editing records [] -> Remove the movie in the database, deleting information associated xml, deleting images, removing the movie itself [] -> In the list of films possibility yards (display 10, 25, 50, where all products). Next step [] -> Debug Information collected by the scraper [] -> id Scraper [] -> id IMDb (so far used the info keep it carefully) [] -> Internet address of the movie sheet of scrap [] -> Movie Title [] -> Original title of the movie [] -> Production date [] -> Certification [] -> Adult Film (or not) [] -> Budget Film [] -> Film Recipe [] -> Synopsis [] -> Evaluation [] -> Time [] -> Trailer [] -> Official Website [] -> type (type) [] -> Studios / Editors [] -> Picture (for the sake of bandwidth use for the site, I retrieve only a single photo of each, original / cover / thumb / fanart) [] -> Actor (Name, Role and picture in the correct order of importance) [] -> Director [] -> Writer Information collected by mediainfo [] -> Time [] -> Format [] -> Size [] -> Codec Video [] -> Bitrate [] -> Resolution [] -> Ratio [] -> Framerate [] -> Codec Audio [] -> Canal Preview v0.4 ![]() ![]() Preview Series TV ![]() ![]() Preview Popcorn C200 ![]() ![]()
|
|||
5 users say Thank You to GutsBlack for this post |
|
12-04-2010, 05:24 AM
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
Felicitation et merci.
Nice job... written in PHP. Does it scrape any info from EMM or YAMJ' NFO files? |
|||
|
12-07-2010, 10:38 PM
|
|||
|
|||
RE: [Titan] Dynamic Jukebox for Movies
Quote:Does it scrape any info from EMM or YAMJ' NFO files?Not yet because the scrap Ciné-Passion is complete for english and french and Titan create an XML file with information of the movie. |
|||
|
12-18-2010, 08:06 PM
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
Hi,
I want to try the Titan out but I got a question about how to run it for the first time. I own a A-200 I have installed the Lighttpd. I have copied the Titan into the lost+found folder on the A-200 via FTP When I try to run it throw my PC webbrowser (http://<IP>:8088/stream/file=/share/lost+found/titan/index.php) I get an exception: Parse error: parse error, unexpected T_OBJECT_OPERATOR in /opt/sybhttpd/localhost.drives/SATA_DISK/lost+found/titan/index.php on line 35 Can you please help me with this problem? |
|||
|
12-19-2010, 10:51 AM
|
|||
|
|||
RE: [Titan] Dynamic Jukebox for Movies
(12-18-2010 08:06 PM)bikkibo Wrote: I have copied the Titan into the lost+found folder on the A-200 via FTP Why would you that? the lost+found folder in Linux/Unix is like the RECYCLE BIN folder on Windows. You should leave it alone, it's a special folder that you can't modify or try to delete. And if you didn't know, on the NMT you cannot delete the Music, Photo, or Video folders because after your next reboot, the NMT will re-create them. |
|||
|
12-19-2010, 12:44 PM
|
|||
|
|||
RE: [Titan] Dynamic Jukebox for Movies
(12-19-2010 10:51 AM)garp99 Wrote: Why would you that? Yes I know that the lost+found is not the best place to put the Titan. It was just the current one when I wrote my request on the forum. I get the same error when the Titan is located in other folders. So moving it form the lost+found folder doesn't solve my problem with running the Titan. |
|||
|
12-19-2010, 06:24 PM
(This post was last modified: 12-19-2010 06:25 PM by Scorpys.)
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
make link compatible CSI,its not csi compatible.In this forum all user use CSI not the method for chmod etc......
Panasonic th-42px60e HomeCinema Yamaha 4115 DUNE |
|||
|
12-19-2010, 07:28 PM
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
Nice work, GutsBlack!
It's quite easy to make a CSI package, which will enable much more users to try and use your work. Have a look here: http://nmtinstaller.com/?p=createpackage https://docs.google.com/View?docID=dch89...test&pli=1 Summarized: 1. Add a "appinfo.json" file, see links above for details. 2. Add a daemon.sh for install, uninstall, start, stop and restart execution. See details in links above. 3. Tar everything, with the appinfo and installation files in the "root" of the tar file. (Preferably do this on the NMT, to avoid problems untarring later on) 4. Zip the tar file 5. Finally, try to install it with the CSI ( http://www.nmtinstaller.com ), "Install from file..." in CSI's menu. If all works out you have made your first CSI package! If you need help let us know and we'll be here for support. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
04-29-2011, 12:35 AM
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
Update Titan to version 0.4
Available soon with CSI package. |
|||
|
08-27-2011, 01:49 PM
|
|||
|
|||
|
RE: [Titan] Dynamic Jukebox for Movies
Any chance this would run n the A-110?
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[7. June 2013] Youporn available now



![[Image: titan3_s.png]](http://gutsblack.free.fr/files/wall/titan3_s.png)
![[Image: titan3_scan_s.png]](http://gutsblack.free.fr/files/wall/titan3_scan_s.png)
![[Image: titan3_edit_s.png]](http://gutsblack.free.fr/files/wall/titan3_edit_s.png)
![[Image: titan3_poster_s.png]](http://gutsblack.free.fr/files/wall/titan3_poster_s.png)
![[Image: titan3_list_serie_s.png]](http://gutsblack.free.fr/files/wall/titan3_list_serie_s.png)
![[Image: titan3_edit_serie_s.png]](http://gutsblack.free.fr/files/wall/titan3_edit_serie_s.png)
![[Image: titan3_wall_s.png]](http://gutsblack.free.fr/files/wall/titan3_wall_s.png)
![[Image: titan3_list_genre_s.png]](http://gutsblack.free.fr/files/wall/titan3_list_genre_s.png)
![[Image: titan3_movie_s.png]](http://gutsblack.free.fr/files/wall/titan3_movie_s.png)



![[+]](images/collapse_collapsed.gif)


