Giter Club home page Giter Club logo

dex's Introduction

dex is a system to help manage large media collections. currently focused on movies and TV shows, but would like to integrate music at a later date.

it is composed of 3 parts:
	dex.cgi      - web application to view, update and search index
	dex-crawl.pl - cron script that looks for new media and adds it to the database
	dex.sqlite   - SQLite (orly?) database storing all text content

existing functionality:
	dex-crawl.pl
		- search multiple directories for all media types (everything except \.(txt|log|srt|nfo|jpg|png|htm|ico|idx|sub|mp3|sfv|pdf|ini|zip)$
		- keeps track of file size, modified time, media type, full file path
		- prevents duplicate additions by md5 hashing the filename as the key column
		- pulls meta-data from file names (movies only support year, but TV shows can include season number and ep name)
		- gets additional meta-data for movies from IMDB (year released, director, cover image, notes, summary, actors, genres) 
		- flags files containing 'bad' characters / other unwanted characteristics, skips adding them to the database (and logs the ffp out)
		- database functionality to remove moved/renamed/deleted files

	dex.cgi
		- allows search by any DB column (except tbl_stats), direct SELECT statements
			tbl_tv     => uid, show, season, episode, title, actors, genres, notes, wikipedia, cover, added, released, ffp
			tbl_movies => uid, title, director, actors, genres, notes, imdb, cover, added, released, ffp       
			tbl_stats  => uid, name, value
		- admin page displays dex-crawl_error.log


todo:
	- externalize configuration into XML / YAML so that it can be more easily shared across script
		- good progress here, but need to figure out the ForceArray/ForceContent magic we're looking for
		
	- finish get_wikipedia() implementation
	- add 'rescan' functions to admin console
	- display contents of tbl_stats on admin console
	- use HTML::TagCloud::Simple to show some clouds on landing page
	- build better search interface on landing page

dex's People

Contributors

chorankates avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.