Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexcube/meor

Easy to use Media Organizer
https://github.com/hexcube/meor

app awt java java-se sqlite swing

Last synced: about 1 month ago
JSON representation

Easy to use Media Organizer

Awesome Lists containing this project

README

        

MeOr Media Organizer
====================
![MeOr logo][logo]

MeOr aims to be an easy to use app for organizing your media collection. Part of academic mini project for Cochin University Bachelors Degree course.

### HOW TO BUILD
MeOr is developed using Java 7 on Eclipse IDE. You'll most likely need the same setup for building MeOr.

### CREDITS
- Renju Jose
- Rohan Villoth
- Abijith N V
- Muhammad Rafeek

### LICENSE
- Except where otherwise noted, all original content here are released under [GNU General Public License][GPL]. However, part of the work here are derived from other open source projects and as a result follow the licenses of their original sources.

- MeOr logo and icon designed by Rohan "HEXcube" Villoth are licensed under [Creative Commons Attribution-ShareAlike International License][CC-BY-SA]

- Search icon is derived from [Dave Gandy's Font Awesome search icon](https://commons.wikimedia.org/wiki/File:Search_font_awesome.svg) licensed under [Creative Commons Attribution-ShareAlike 3.0 Unported License][CC-BY-SA3]

- The GPLv3 license logo is extracted from [Christian Candena's work](https://gnu.org/graphics/license-logos-by-christian-candena-cc-by.svg) licensed under [Creative Commons Attribution 3.0 Unported License][CC-BY3]

- MeOr uses the 3rd party library [SQLite JDBC Driver](https://github.com/xerial/sqlite-jdbc) licensed under [Apache License 2.0][APACHE]

![GPLv3 logo][GPL-logo]

[logo]: src/resources/meor-logo.png "MeOr logo"
[GPL]: https://www.gnu.org/licenses/gpl-3.0.en.html "More info on GNU GPL"
[GPL-logo]: src/resources/gplv3.png "GPLv3 logo"
[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/ "More info on CC BY-SA 4.0"
[CC-BY-SA3]: https://creativecommons.org/licenses/by-sa/3.0/ "More info on CC BY-SA 3.0"
[CC-BY3]: https://creativecommons.org/licenses/by/3.0/ "More info on CC BY 3.0"
[APACHE]: https://apache.org/licenses/LICENSE-2.0 "Apache License 2.0"