summaryrefslogtreecommitdiffstats
path: root/site/projects/dvdroid.org
blob: 1e289e0d324e656d65e264e312dbafc51d773e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#+TITLE: DVDroid
#+LINK: src    http://code.ryuslash.org/cgit.cgi/dvdroid/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.tar.gz
#+LINK: zip    http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.zip
#+STARTUP: showall

#+begin_html
  <script src="/keyjs.js" type="text/javascript"></script>
  <script type="text/javascript">
    keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
                       "h": [ "keyjs_goto", "http://ryuslash.org" ] });
  </script>
#+end_html

#+INCLUDE: "dlmenu.inc"

* About

  DVDroid is a DVD collection application for the Android operating
  system.

  | Status   | On-hold |
  | Language | Java    |
  | License  | GPLv3   |

* Why?

  Very similar to [[file:eye-on-manga.org][Eye on Manga]], we keep forgetting which DVDs we have
  and want when we're in the store.

* Features

  - Keep a list of DVDs you have.
  - Keep a list of DVDs you still need to watch.
  - Keep a list of DVDs you want to buy.

* Dependencies

  - Android :: Version 4.1 or higher.

* Download

  There are download links for a ~tar.gz~ and a ~zip~ file of the latest
  development version at the top of this page.

* Install

  In order to install it you need to have the Android Java
  Development Kit installed, installing it is then a matter of
  building/installing it like any other development package.

* Usage

  Start it up, you will have a list of the DVDs you own, which will
  be empty.  In the top right corner there should be a button to add
  new titles to this list, here you can also specify if you have seen
  it or if you still want to get it.

  There is also a search button there that helps you look through
  your collection.

  To change the status of any title you can select it and edit and
  delete buttons should show up at the top of your screen.

  Use the menu button to switch "contexts", wish list, collection
  and watch list.