Giter VIP home page Giter VIP logo

omilia's Introduction

omilia

A simple TV show tracking web app.

Try it!

I host the service myself on omilia.ps0ke.de. Feel free to create an account and use it, or host a version yourself!

Dependancies

  • Ruby 1.9.3

and the following gems:

  • Sinatra
  • JSON
  • erubis
  • bcrypt
  • rack-flash
  • DataMapper

Install and Run

To install the dependancies, just run with Ruby 1.9.3:

% gem install sinatra json erubis bcrypt-ruby rack-flash3 data_mapper

Now download omilia:

% git clone git://github.com/Ps0ke/omilia.git
% cd omilia/

Next you have to setup the database. I'm going to use SQLite as an example:

On OS X install sqlite3 via homebrew:

% brew install sqlite3

Install the necessary DataMapper adapter:

% gem install dm-sqlite-adapter

And create the database:

% touch database.db

Now you have to create your config.rb file:

# database connection
DataMapper.setup(:default, "sqlite://#{Dir.pwd}/database.db")

# set serssion secret
set :session_secret, 'oh so secret!'

Details about how DataMapper handles different databases can be be found in its documentation.

Finally, yank up the web server and run omilia:

% ruby omilia.rb

Open http://localhost:4567 in your favorite browser and you're ready to go!

If you create a file named motd.html in omilia's working directory, it will be displayed for logged in users. This can be used to announce downtimes or highlight new features.

Powered by

License

The MIT License:

Copyright (c) 2013 Philipp Stephan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

omilia's People

Contributors

phistep avatar

Stargazers

 avatar

Watchers

 avatar

omilia's Issues

Misleading name "Delete from favorites"

To me, "Delete from favorites" sounds like removing the item from my list of important things. Actually, it removes all my data about the show, which I found very disappointing. The word "favorites" made me think I can use the feature to specify more important and less important shows.

Please at least add a confirmation dialog.

Export data

Let users export their data in a JSON format.

Feature request: "Mark all as seen"

When I started using omilia, I added series I have (up to now) completely watched. It is kind of a pain to check all 300 checkboxes for all those series.

"3 unwatched episodes", no matter what I do

My front page shows me three unwatched episodes for every show while in the show details all checkboxes are selected, even after reload and if I check them with "Mark all…".

omilia2
omilia3

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.