thomabx
016b9ec586
Fix for overhang
...
Incorrect variable type was being sent back.
2020-02-23 07:45:31 -08:00
thomabx
3314a21eb0
Add episode number to episode lists
2020-02-23 07:28:19 -08:00
thomabx
35753b2129
Removed unused variable
2020-02-22 20:51:53 -08:00
thomabx
fb757570c3
Improved interface for TV episodes
2020-02-22 20:47:00 -08:00
Nick Bisby
76fc41c23b
Merge pull request #121 from thomabx/master
...
Show unplayed count on episodes and TV seasons
2020-02-22 11:01:48 -06:00
thomabx
21e5080b6d
Show unplayed count on episodes and TV seasons
2020-02-22 08:28:35 -08:00
Nick Bisby
c4fcdb583f
Merge pull request #120 from thomabx/master
...
Fix for videos resuming after 1 hour mark
2020-02-21 20:13:41 -06:00
Nick Bisby
d4b9062fb4
Merge pull request #119 from cewert/master
...
Correctly force audio to stereo when needed
2020-02-21 20:00:25 -06:00
thomabx
8155015e32
Fix for videos resuming after 1 hour mark
2020-02-21 18:00:08 -08:00
Charles Ewert
2c15b290b8
Correctly force audio to stereo when needed
2020-02-21 20:49:22 -05:00
Nick Bisby
6bb6a6b7b5
Merge pull request #118 from thomabx/master
...
Ask user whether to start playback over or resume
2020-02-21 19:28:26 -06:00
Nick Bisby
4fadc56bf2
Merge pull request #117 from cewert/master
...
Add support for AAC 5.1 audio
2020-02-21 19:26:20 -06:00
thomabx
d3bec19092
Ask user whether to start playback over or resume
2020-02-21 16:50:20 -08:00
Charles Ewert
eb3a52a234
Add support for aac 5.1
2020-02-20 23:02:21 -05:00
dkanada
2c0ad4e023
Merge pull request #115 from anthonylavado/base-url
...
Reworks URL to match other clients
2020-02-21 12:31:31 +09:00
Charles Ewert
1ee48e1734
Merge pull request #116 from cewert/master
...
Fix background color on screensaver
2020-02-20 21:17:30 -05:00
Charles Ewert
a281454e3b
Fix background color on screensaver
2020-02-20 17:23:45 -05:00
Anthony Lavado
24364274b5
remove newlines
2020-02-20 01:47:21 -05:00
Anthony Lavado
12a7a2bc5f
Add a base url to the example text
2020-02-20 01:46:55 -05:00
Anthony Lavado
09a14d3245
Fix indentation on scene.xml
2020-02-20 01:46:06 -05:00
Anthony Lavado
03e52e3540
Apply suggestions from code review
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-20 01:43:59 -05:00
Anthony Lavado
48a62d2962
add example text and node
2020-02-19 04:15:41 -05:00
Anthony Lavado
4ed6aa8fb6
fix conditional again
2020-02-19 04:05:59 -05:00
Anthony Lavado
09ef84aa16
fix build error
2020-02-19 04:04:58 -05:00
Anthony Lavado
f352e9bf62
always use certs, add http if no protocol specified
2020-02-19 03:47:29 -05:00
Anthony Lavado
ffcd63fc91
Remove port, accept URL as is
2020-02-19 02:33:49 -05:00
Anthony Lavado
d25f04d30f
ensure url ends in a slash
2020-02-19 02:15:00 -05:00
Nick Bisby
816dac3100
Merge pull request #114 from thomabx/transcode-finish-fix2
...
Prevent playback after duration of video
2020-02-17 19:15:08 -06:00
thomabx
5f0513b12f
Prevent playback after duration of video
2020-02-17 17:08:51 -08:00
Nick Bisby
dcc067f11a
Merge pull request #112 from thomabx/playstate
...
Reports playback status to the server
2020-02-17 16:16:11 -06:00
Nick Bisby
7b5ebc0fd6
Update source/Main.brs
2020-02-17 16:13:20 -06:00
thomabx
d54016cc85
Report start of playback for TV episodes
2020-02-17 13:19:02 -08:00
thomabx
360541bb47
Reports playback status to the server
2020-02-17 11:30:04 -08:00
Nick Bisby
922e7e5ff3
Merge pull request #111 from thomabx/pager-fix
...
Added pager support tot tvshows
2020-02-15 12:15:17 -06:00
benjamin
42149579c4
Added pager support ot tvshows
2020-02-15 09:56:56 -08:00
Nick Bisby
59183c8e44
Merge pull request #110 from thomabx/master
...
Transcode videos that do not support direct play
2020-02-15 11:03:06 -06:00
Nick Bisby
0313ed495a
Update source/api/Items.brs
2020-02-15 10:34:22 -06:00
thomabx
45dab1f36c
Update source/VideoPlayer.brs
...
Remove whitespace
Co-Authored-By: Nick Bisby <nick@bisby.xyz>
2020-02-15 08:30:39 -08:00
benjamin
60aafaf474
More whitespace removed.
2020-02-15 07:34:29 -08:00
benjamin
e4c39c4ad0
Tabs to spaces
2020-02-15 07:26:36 -08:00
benjamin
741b0f92bf
Fixed whitespace
2020-02-15 07:23:11 -08:00
benjamin
dae55e19a1
Transcode videos that do not support direct play
2020-02-14 17:47:06 -08:00
Cole Funseth
ec336c5d67
Updated dimensions for config and removed non-existent fields ( #74 ) ( #101 )
2020-01-04 15:37:06 -06:00
TheLastMelon
004f29b6a7
Made work around for jellyfin#93 ( #102 )
...
* Made work around for jellyfin#93
replaces ampersand with %26
* Passwords now fully URL Encoded
Replaces all charatcers with proper URL Encoded chars
* URL Encoding
Fixed, hopefully URL not properly encoding the pass
2020-01-04 15:31:07 -06:00
Nick Bisby
819c89c3fa
Don't typecast invalid ( #98 )
2019-12-08 19:31:07 -06:00
Nick Bisby
edab57c45b
Make TV series work again, or for the first time\? ( #94 )
2019-12-06 20:49:37 -06:00
William S. Moses
6859d7aa3f
Fix fave invalid error and incorrect name for description
2019-11-26 21:03:36 -06:00
Charles Ewert
25570849fd
Merge pull request #90 from bisby/bisby/issue-89
...
A quick thing to only add runtime if we have a runtime
2019-10-19 01:01:16 -04:00
Nick Bisby
a6611dccce
And for TV shows
2019-10-18 22:38:00 -05:00
Nick Bisby
5dff55a817
A quick thing to only add runtime if we have a runtime
2019-10-18 22:35:26 -05:00