Commit graph

213 commits

Author SHA1 Message Date
Jonathan Wong
45a385f36e Always match child (episode or track) by index 2015-09-27 00:06:30 -07:00
Jonathan Wong
5aa7192e90 Fix incorrect order of arguments 2015-09-27 00:06:00 -07:00
Jonathan Wong
c7d51b90c6 Update grandparent/parent/child rating keys
* Updates all rating keys for show/season/episode or artist/album/track
2015-09-26 02:45:53 -07:00
Jonathan Wong
1c3a3876e3 Update styles for confirm modal box 2015-09-25 00:26:54 -07:00
Jonathan Wong
91446d01a7 Filter season search by season index 2015-09-24 23:41:15 -07:00
Jonathan Wong
e6556eaf27 Add function to update rating keys 2015-09-24 22:11:56 -07:00
Jonathan Wong
28d05ba9fe Add seasons to search query 2015-09-24 22:09:14 -07:00
Jonathan Wong
25249e7538 Display search results if metadata not found 2015-09-24 19:33:44 -07:00
Tim
5595ef2e20 Move activity processor code to the correct place. 2015-09-22 20:30:22 +02:00
Tim
6ee5eb13f0 Fix paused counter
Fix bad key name
2015-09-22 20:22:13 +02:00
Tim
28227a3c35 Initial code for a more suitable websocket event handler. 2015-09-22 00:06:42 +02:00
Tim
0c6ccc5d52 Fix bug on stats type where it would always show home stats by duration. 2015-09-19 13:10:03 +02:00
Jonathan Wong
de4d8fb277 Default to show all cards until the user disables them. 2015-09-19 00:42:00 -07:00
Jonathan Wong
8a989d71ca Add top music and popular music cards to watch statistics 2015-09-18 18:58:59 -07:00
Jonathan Wong
78f959d39a Clean up passing unnecessary configs to homepage 2015-09-18 18:54:48 -07:00
Jonathan Wong
060c549259 Another ambiguous column name fix 2015-09-16 13:40:47 -07:00
Jonathan Wong
626e7fdf82 Fix watched status to use watched percent specified in settings 2015-09-16 13:30:05 -07:00
Jonathan Wong
adc808ac9f Fix ambiguous column names 2015-09-16 13:11:38 -07:00
Jonathan Wong
881142d4a1 Update get_history query to use the new reference_id 2015-09-16 11:37:19 -07:00
Jonathan Wong
7170dbd800 Fix home stats Last Watched to use watched percent specified in settings 2015-09-16 01:13:08 -07:00
Jonathan Wong
179eaf1bbe Rewrite get_history query for grouping 2015-09-15 23:34:42 -07:00
Jonathan Wong
5126c39c26 Group recently watched tracks together by album
* Also group identical movie or episode
2015-09-14 00:02:31 -07:00
Jonathan Wong
5ec9e41244 Add tracks to user recently watched
* Clean up poster styles to match info pages
2015-09-13 23:28:42 -07:00
Jonathan Wong
60878ed12e Add table name session_history to paused_counter in watch stats query 2015-09-11 15:40:24 -07:00
Jonathan Wong
92a868c3c6 Clean up watch statistics duration database queries 2015-09-11 13:35:50 -07:00
Jonathan Wong
2d7585d64b Add tagline to movie info metadata 2015-09-06 12:31:50 -07:00
Jonathan Wong
9d60ed7174 Fix top platforms sort by duration 2015-09-04 23:03:16 -07:00
Jonathan Wong
85a3f15531 Fix platform_type missing for last watched home stats 2015-08-28 01:31:35 -07:00
Jonathan Wong
28d136075c Add Last Watched to home stats 2015-08-27 18:30:43 -07:00
Tim
f2b9984cd6 fixed conflicts 2015-08-27 22:34:09 +02:00
Jonathan Wong
60380c6a99 Add season list to show page, and watch history to season page 2015-08-27 00:48:10 -07:00
Jonathan Wong
8ae2f718f4 Initial implementation of homepage top lists
* Top lists for all stats, default max 5 items
2015-08-26 16:03:56 -07:00
Jonathan Wong
e976e6cf5c Added more detail to history items
* Year for movies
* Season and episode number for episodes
* Album name for tracks
2015-08-22 05:17:30 -07:00
Jonathan Wong
d6a34b3e6b Get thumbnails for tooltips in history table 2015-08-21 03:56:47 -07:00
JonnyWong16
c98505038a Fallback to show poster if season poster is unavailable. 2015-08-19 00:50:19 -07:00
JonnyWong16
5c94b21bd1 Update to homepage statistics
* Added most popular movie to homepage
* New setting to toggle statistics based on play duration instead of
play count
2015-08-18 12:32:41 -07:00
JonnyWong16
6cb1c057cf Another update to recently added and recently watched.
Recently added albums now include artist name.
Recently watched episodes now include show name.
2015-08-18 02:26:52 -07:00
Tim
6b1a57e650 Add "delete mode" on history table allows individual rows to be deleted permanently.
Add user history purge option in edit user screen. Will remove all history for selected user.
2015-08-16 22:52:08 +02:00
Tim
c98a8865d6 Fix bug where user refresh would fail under certain circumstances.
Move all user functions to it's own class.
2015-08-16 12:40:32 +02:00
drzoidberg33
65e42be278 Merge pull request #69 from jroyal/feature-show-most-watched-movie
Most watched movie is now on home page
2015-08-15 21:48:27 +02:00
Tim
ad79d860db Allow the buffer warnings to be completely disabled by setting buffer threshold to 0.
Fix bug with buffer warnings where notification would trigger continuously after first trigger.
Fix bug where custom avatar URL would get reset on every user refresh.
2015-08-15 21:30:31 +02:00
James Royal
40f72bbe5f Most watched movie is now on home page 2015-08-15 12:26:37 -05:00
Tim
411c28a10b Fix bug when updating user profile pic without user_id. 2015-08-15 17:49:54 +02:00
James Royal
804a667b19 New profile URLs are saved to the database 2015-08-14 23:52:28 -05:00
James Royal
7a7c92191d Add field to set new profile pic url. Support retrieving only. 2015-08-14 23:33:16 -05:00
Tim
ad12a85c6c Show all users in Users table even if they don't have any history. 2015-08-14 01:05:35 +02:00
Tim
0877a6bf21 Add per-user history logging toggle. Uncheck to disable history logging for specific user.
On SSL cert bypass check that the method is available before allowing.
2015-08-13 23:05:09 +02:00
Tim
94d2d04bf9 Fix activity pane z-index when music is playing.
Some new graph types (WIP)
Update font-awesome to 4.4.0
2015-08-08 00:32:34 +02:00
Tim
a393d1a50a Add IP modal to info screen.
Display notice for minimum version of PW database import.
Address a bug where a newly added user's watch history would be logged as "Local" until next user list refresh.
2015-08-04 18:34:38 +02:00
Tim
eb2b530718 Add new custom notification text options (WIP).
In settings check if debug logging is enabled for IP logging, if not warn and disable checkbox.
Only show video items in user recently watched.
Adjust styling on edit user modal.
Moar Arnie.
2015-07-26 21:23:48 +02:00