0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 05, 2024 — May 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
regwrite for first_playback_timestamp was the wrong order
ljunkie
as Rob Reed
More... about 11 years ago
fast-user switching icon didn't work. Regression due to exit channel confirmation
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.34-DEV release - public
ljunkie
as Rob Reed
More... about 11 years ago
Playback Options: Shuffle, Continuous Play and Continuous [context] Play - all part of the same toggle now * this includes a new playback optins (Continuous [context] Play) -- need a better name * continuous play: will use next episode if available * continuous [context] play: uses the existing context for the next videos * if AutoEpisodeAdvance is disabled: continuous play reverts original [context] play
ljunkie
as Rob Reed
More... about 11 years ago
list screen sub lsAppendValue() can not take a description [ShortDescriptionLine2]
ljunkie
as Rob Reed
More... about 11 years ago
home movies type was not set for mixed content [Global Recently Added/On Deck]
ljunkie
as Rob Reed
More... about 11 years ago
ContinuousPlay/ShufflePlay: only get full grid context if parent screen is a full grid
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.33-DEV release - public
ljunkie
as Rob Reed
More... about 11 years ago
convert Description dialog to a Text Screen
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.32-DEV zip
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.32-DEV release - public
ljunkie
as Rob Reed
More... about 11 years ago
unnecessary refreshing of an item on a full grid -- queried the wrong item index
ljunkie
as Rob Reed
More... about 11 years ago
AutoEpisodeAdvance: better handling [fixes] * next video in context may already be the next episode * add next episode to the existing context after current (instead of replacing)
ljunkie
as Rob Reed
More... about 11 years ago
right/left on preplay screen from full grid broke - affected continuous play and advance episode features. New ability to check if parent screen is full grid instead of any screen
ljunkie
as Rob Reed
More... about 11 years ago
Advance to Next item - changed to - Auto Episode Advance. This will ONLY be for TV shows
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.31-DEV release - public
ljunkie
as Rob Reed
More... about 11 years ago
diabled preplay screen if playing NON library content (channels) from poster/grid screen. If played from the preplay screen, it will still advance to th enext
ljunkie
as Rob Reed
More... about 11 years ago
removed GenidleTime print when reset (debugging)
ljunkie
as Rob Reed
More... about 11 years ago
advanceToNext changes for episodes - always check the grandparent(show) for next episode
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.30-DEV release - public
ljunkie
as Rob Reed
More... about 11 years ago
WOL keep alive packets -- utilizes the existing WOLtimer and a new general idle timer
ljunkie
as Rob Reed
More... about 11 years ago
remainingSeconds() added to timer functions
ljunkie
as Rob Reed
More... about 11 years ago
possible to have pending requests to other connectionUrls [local IP(s) vs Public] -- continue if different
ljunkie
as Rob Reed
More... about 11 years ago
v3.1.29-DEV release - internal
ljunkie
as Rob Reed
More... about 11 years ago
do not query every item missing a duration - it's only needed if it's playing, for the timeline -- https://github.com/ljunkie/rarflix/issues/215
ljunkie
as Rob Reed
More... about 11 years ago
initial lastImageEpoch vairable needs to be attached the right object
ljunkie
as Rob Reed
More... about 11 years ago
full grid loader modified * 10 rows to start (used to be 20) * smarter when it need to load rows ( verify the rows up/down are loaded instead of total loaded count ) * 2 rows load up/down if focused row is not loaded instead of 20 ( background timer will take care of others ) * background timer:cancel background loader if pending requests exists (instead of waiting for completion) * background loader: use focused row as the start row, now the last loaded row
ljunkie
as Rob Reed
More... about 11 years ago
make sure we can't send an invalid row to the loader
ljunkie
as Rob Reed
More... about 11 years ago
playing directly from grid: only set refreshOnActivate on the preplay screen before close the videoPlayer - otherwise it might refresh too early and cause flashes if a video has a resume point
ljunkie
as Rob Reed
More... about 11 years ago
do not go to preplay screen if resume point is prompted and one clicks back
ljunkie
as Rob Reed
More... about 11 years ago