Commit Graph

38 Commits

Author SHA1 Message Date
Jannik 5e89faff49 use gitea instead of github
* use gitea instead of github
* use prepareStatement instead of statement
2018-11-16 17:39:38 +01:00
Jannik fe1dc01605 code cleanup 2018-08-13 23:59:02 +02:00
Jannik 814bb00158 added getAllNotCachedEntries()
* added a method to get all not cached entries from the films db
2018-08-13 23:56:16 +02:00
Jannik 036ed8ad11 DBController cleanup 2018-05-16 23:02:07 +02:00
Jannik 1e0ab2b943 code cleanup 2018-05-09 22:55:32 +02:00
Jannik 46efa77fce omdb fixes
* if there is no episode for a series in the omdb, use the regular series description
* show episode and season only if needed
2018-05-09 22:40:14 +02:00
Jannik 402a004ef6 jfoenix 9.0.3 -> 9.0.4 2018-05-04 18:53:51 +02:00
Jannik 74e8783082 HomeFLix now shows the plot for each episode of a series
* added episode plot support
* fixed omdb api search not working correctly
2018-04-29 14:21:19 +02:00
Jannik 85a403a834 fixed Hamburger icon has wrong color after color change 2018-04-28 12:53:44 +02:00
Jannik 9a4eae0be9 autoplay fixes
* HomeFlix should atoplay the next episode evene the jump between episodes or seasons is greater than 1
* if a movie is not found at the omdb we are searching for it, this shoul work for the most movies
2018-04-26 15:13:15 +02:00
Jannik 23e46b7913 cleanup
* onlay add files with mime type == video
2018-04-19 12:13:18 +02:00
Jannik 0c1b21ac05 series work
if there is more than one season of a series homeflix should manage that too
2018-04-15 21:30:26 +02:00
Jannik 94e32b938a saving the progress you mad on series by now
* added a function to save the progress you made watching a series
* fixed a bug where refreshing the data element didn't work
* added a searchCache methode to search if a film has been added to cach but the chace flag hasn't been set
2018-04-14 16:14:10 +02:00
Jannik 913513a237 series work 2018-04-13 11:11:25 +02:00
Jannik 4b5c9482c8 code cleanup 2018-04-07 17:26:56 +02:00
Jannik ee3ec73a63 fixed series are expanded when sorting
* fixed series are expanded when sorting
* fixed null pointer exception when sorting
2018-04-07 12:49:00 +02:00
Jannik d6554b9acd minor player fixes and no more other files than videos in the db
* fixed episode = ""resulting in many exceptons
* only add video files to the database (and GUI)
* check the videos mimetype to decide which player is used
2018-04-05 12:09:39 +02:00
Jannik 2c3e9fd5e7 autoplay fixes 2018-04-03 18:23:54 +02:00
Jannik 0379de6179 fixed time slider and autoplay
* fixed a bug that made it impossible to go further back than the start time
* fixed autoplay
* fixed wrong icon on playBtn at the start of the player
* fixed slider position at start of the player
2018-04-03 18:03:43 +02:00
Jannik 5e4373d70d documentation work
* added a lot of documentation to the code
* log4j 2.10 -> 2.11
2018-04-02 18:29:59 +02:00
Jannik a918b0b1d8 new player part 2
* homeflix now saves the progress you made for all films
* added icons for the player
* added a slider to set the play time for the player
* disable contols and cursor if mous is not moved for 5sec, enable it if moved
* autoplay, WIP needs testing
2018-04-02 02:18:43 +02:00
Jannik 2d5887db4f windows 10 & sql fixes
* fixed files wit ' in the name causing a crash
*fixed windows 10 is not detected
2018-03-28 21:58:01 +02:00
Jannik b4176d0dfa changed season & episode to string
* changed season & episode to string, if the entry is not part of a series those columns are empty
* changed rating to boolean
* renamed rating to favorite
* updated translations
2018-03-09 20:12:03 +01:00
Jannik 27cce4fc4f fixed refreshing bug
* fixed refreshing bug, like and dislike are working again as well as loading the cache after you saved the data for the first time
2018-03-08 23:01:07 +01:00
Jannik b5256ddaa8 the omdbAPI query is now in its own thread 2018-03-08 17:59:28 +01:00
Jannik b6a1c38353 code cleanup
* renamed a few objects for improved their description
2018-03-07 23:51:02 +01:00
Jannik d23a3bbe4e removed streaming mode, all films are now in one mode
* removed streaming mode, all films are now in one mode. This will make it easiere to maintain HomeFlix
* fixed a bug that caused series to be periodicaly removed
* added season and episode column to the film table
* lots of code cleanup
2018-03-07 00:20:14 +01:00
Jannik ad63d566c9 added support for local series
* HomeFlix now support local saved series, streaming series support will come soon. For more information see: https://github.com/Seil0/Project-HomeFlix/wiki/Documentation#series-support
2018-03-06 20:41:52 +01:00
Jannik 189bd515b1 first preperation for series support 2018-03-06 11:26:39 +01:00
Jannik 835f2eab77 minor fixes 2018-03-05 23:03:05 +01:00
Jannik f27c3810ff more code cleanup and bug fixes
* removed year and resolution from all tables as they're not used anywhere
* fixed a bug that caused issues, when refreshing streaming entres with the same title
* like, dislike are now based on the streamUrl insted of the title
* fixed a bug, that ocured when liking/disliking the last entry in the table
2018-03-05 22:37:32 +01:00
Jannik af343dea44 fixed an issue with the new stream to db function 2018-03-05 17:00:44 +01:00
Jannik 3fdd2fcf1b code cleanup
* reworked the add stream to database function
* removed unnecessary arraylists
2018-03-05 16:51:51 +01:00
Jannik d005c32443 fixed streaming support 2018-03-05 12:14:54 +01:00
Jannik 73a74917aa HomeFlix supports more than one source directory
* HomeFlix supports more than one source directory, this is WIP!
* general code cleanup
2018-03-04 20:07:43 +01:00
Jannik f14159407f code cleanup 2018-03-03 16:51:14 +01:00
Jannik 8dbce96a25 added cemu_UIs material styled dialogs
* added cemu_UIs material styled dialogs
* new about dialog
* finished log4j work
* code cleanup
2018-03-02 13:50:21 +01:00
Jannik 385193f57b cemu_UIs updater and code cleanup
* clean up the folder structure for better maintenance
* lots of code cleanup
2018-03-01 15:42:47 +01:00