Commit Graph

187 Commits

Author SHA1 Message Date
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 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
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 cca494e415 code cleanup 2018-03-04 20:19:46 +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 a3efefe43f Settings fxml structure cleanup & Updater supports beta channel
* the updater now supports a beta channel
* the settings Pane was reorganized for better maintenance
* code cleanup
2018-03-01 23:18:40 +01:00
Jannik 5297c614d5 code cleanup 2018-03-01 16:10:37 +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
Jannik 71937540b0 code cleanup 2018-02-24 17:13:52 +01:00
Jannik c99a97fa49 updated some libs
* the window is now large enough to show all components
* target java 9
* commons-io 2.5 -> 2.6
* jfoenix 1.11.1 -> 9.0.1
* minimal-json 0.9.4 -> 0.9.5
* log4j 2.9.1 -> 2.10.0
2018-02-03 12:06:30 +01:00
Jannik b19451fb6f
Update README.md 2018-01-10 10:49:56 +01:00
Jannik eb9065130a maven fixes 2017-12-26 17:48:31 +01:00
Jannik fba6c703a3 code clean up 2017-11-12 19:35:48 +01:00