Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hexcube/meor
- Owner: HEXcube
- License: gpl-3.0
- Created: 2013-03-03T13:36:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T13:58:01.000Z (about 4 years ago)
- Last Synced: 2024-10-13T11:47:41.010Z (about 1 month ago)
- Topics: app, awt, java, java-se, sqlite, swing
- Language: Java
- Homepage:
- Size: 7.94 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"