communityFabian / MovieManager

Movie file database
0 stars 0 forks source link

Package Structure #10

Closed Norskan closed 8 years ago

Norskan commented 8 years ago

add a package prefix to follow the java standard

example moviemanager.application moviemanager.database moviemanager.gui

communityFabian commented 8 years ago

still not sure if "Black media manager" is the final name... but we keep it right now as a working title. Also found the correct term for services like xrel, tmdb -> "scrapers"

(Scraper) (Engl: Kratzer, Schaber): Eine Programm, das Daten aus einer Website oder einem Dokument ausliest (scraping).

So we could rename some classes with that term (else we have to many handlers ;))

Norskan commented 8 years ago

okay renaming into scrapers is probably not the worst idea

Norskan commented 8 years ago

solved in https://github.com/codemaster3000/MovieManager/pull/20