Commit Graph

216 Commits

Author SHA1 Message Date
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 48b9c99baa more TODO 2018-04-29 14:28:12 +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 391ef59f70 code cleanup 2018-04-28 18:02:02 +02:00
Jannik 85a403a834 fixed Hamburger icon has wrong color after color change 2018-04-28 12:53:44 +02:00
Jannik 46c1c43cab
Update README.md 2018-04-27 17:47:01 +02:00
Jannik d7e9ce56c1 Merge remote-tracking branch 'origin/dev' into dev 2018-04-27 17:44:40 +02:00
Jannik d70ad34df4 added travis 2018-04-27 17:44:31 +02:00
Jannik d609715771
Merge pull request #25 from Seil0/master
rebase dev
2018-04-27 15:13:23 +02:00
Jannik 53f68c9a69
Merge pull request #24 from Seil0/dev
"toothless dragon" 0.7.0
2018-04-27 15:10:09 +02:00
Jannik 535efd98ee release 0.7.0
* version 0.6.100 -> 0.7.0
* fixed a nullpointer if there is a false response from omdbapi
2018-04-27 15:06:40 +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 d3ea1b1956 fixed api arror if title dosent exist at omdbAPI 2018-04-19 11:45:11 +02:00
Jannik 75ad137346 minor player improvements 2018-04-18 21:04:14 +02:00
Jannik 7631169d26
Update README.md 2018-04-18 14:00:36 +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 2c1ce23315 maven cleanup 2018-04-08 22:06:39 +02:00
Jannik e3feebcbb4 UpdateController update 2018-04-08 13:31:27 +02:00
Jannik e12da3d116 code cleanup & processbuilder
* use a processBuilder to start the new application after updating
2018-04-08 13:30:55 +02:00
Jannik 78fa84758d cleanup 2018-04-08 13:23:47 +02:00
Jannik 96e3d9e3ac code cleanup 2018-04-08 13:22:20 +02:00
Jannik 4b5c9482c8 code cleanup 2018-04-07 17:26:56 +02:00
Jannik ffa7de49dd added autoplay option
* added a toggle button to enable autoplay
* the table, text area and imageview are now on a separate anchorpane "TableModel"
2018-04-07 17:14:35 +02:00
Jannik 87b3eae9fb set time to hide controlls to 1 second 2018-04-07 14:11:51 +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 3afc836df7 code cleanup 2018-04-06 20:33:56 +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 2881c1f9d6 added first version of the new player
* added a javafx mediaplayer based player
2018-04-01 23:24:49 +02:00
Jannik 2d0d138c08 cleanup 2018-03-29 18:22:14 +02:00
Jannik 22df604093 use alerts instead of dialogs
* the first start alert is now material styled
* the info dialog is now a alert
2018-03-29 18:15:57 +02:00
Jannik 34371bb2b5 added info alert 2018-03-29 12:27:44 +02:00
Jannik 8ec7653a5e added to option to select a local or streaming source at the first start 2018-03-29 11:26:20 +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 f9a54abf68 small cleanup 2018-03-22 11:55:06 +01:00
Jannik 4be971efee bug fixes
* fixed a crash at the first start on linux
* fixed a crash caused by "" as source path
* fixed HomeFlix is unable to start because sources.json is missing
* removed one unnecessary restart
2018-03-13 18:08:30 +01:00
Jannik 1299748bed
Merge pull request #22 from Seil0/dev
"plasma vampire" 0.6.0
2018-03-11 16:05:43 +01:00
Jannik 6282c8ce98 minor fixes
* jfoenix 9.0.1 -> 9.0.2
2018-03-11 15:49:56 +01:00
Jannik 81a79100fc new design for the films table
* films table is now material design
* choisboxes are material design now
* updated version to 0.6.0 "plasma vampire"
* minor ui fixes
* minor text updates
2018-03-11 15:36:55 +01:00
Jannik da67278e7f fixed images looking bad 2018-03-10 14:16:37 +01: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