Dave
38ff2607cf
Update play_utils.py
...
added artist, album and track info to the shuffle feature
2025-05-02 16:52:45 -07:00
Gorgorot38
78ab2344be
fix git feedback
2025-03-17 17:35:42 +01:00
Gorgorot38
3e621f8f33
Refacto code
...
Add logs
Add support for recap + preview + commercial
2025-03-17 17:25:55 +01:00
Gorgorot38
a70cbbcae1
Merge remote-tracking branch 'origin/master' into skip_segments
2025-03-02 16:45:46 +01:00
Gorgorot38
39d16921ad
Fix bug with multiple external subtitles in the same languages
2025-02-23 10:45:24 +01:00
Gorgorot38
761dc8e1c5
Add segment skip ability
2025-02-23 10:26:37 +01:00
abysslynx
7062c7a854
Restore play next without prompt functionality
2025-02-17 21:16:22 +00:00
Hagay Goshen
8957956a51
nicer and kodi's style resume position on resume dialog
...
Co-authored-by: mcarlton00 <mcarlton00@gmail.com >
2024-03-25 18:30:18 +02:00
Nathan Janke
b36cb88a01
Add 'Force transcode av1' setting
2023-11-15 17:41:52 -08:00
Andry Yosua
c6d9fc1e4a
fix shuffle on series item context menu
...
**Steps**
- Open Jellycon
- Go to shows / tvshows items, either
- `Jellyfin Libraries` > `Shows` > `Shows - Show All`
- `Global Lists` > `TV Shows` > `Tv Shows - Show All`
- Open `context menu` on series item, select `shuffle`
**Expected Result**
jellycon shuffle series episodes
**Actual Result**
jellycon not doing anything
2023-05-20 03:23:00 +07:00
Matt
e15a87ef7f
Add ability to shuffle music genres
2023-01-21 11:28:23 -05:00
Matt
b132f63871
Include LiveStreamId in session stopped api call
2023-01-21 10:23:58 -05:00
Kian-Meng Ang
7efcb96921
Fix typos
...
Found via:
- `codespell -S *.po,*.xml`
- `typos --format brief`
2023-01-21 10:43:11 +08:00
Matt
886160ca0f
Fix support for the upnext addon
2023-01-16 15:04:42 -05:00
mcarlton00
347ab47672
Refactor imports to be under line length limit
2023-01-12 21:02:32 -05:00
mcarlton00
d25de226d0
Reorder imports for flake8 guidelines
2023-01-12 20:50:41 -05:00
mcarlton00
bf513dee43
Fix flake8 linting complaints
2023-01-11 19:51:26 -05:00
mcarlton00
70ec2d8773
Merge pull request #255 from mcarlton00/music-shuffle-all
...
Add ability to shuffle entire music library
2023-01-10 22:18:28 -05:00
mrkev
7b64a7cdd3
Increase maximum stream bitrate
...
Use enum for setting max bitrate, same as in jellyfin-kodi. New default is 1000000.
Fixes #257
2023-01-09 22:33:13 +01:00
mcarlton00
b32043cfd9
Add ability to shuffle entire music library
2023-01-01 18:21:13 -05:00
Matt
afea58c53a
Start playing multiple items faster
2022-12-31 10:10:17 -05:00
Matt
3dfde5eb04
Add instant mix and shuffle all features for music
2022-12-30 15:30:03 -05:00
Matt
251f43fb77
Remove unused variable
2022-10-02 08:12:02 -04:00
Matt
6c4077b143
Cleanup old https verify method
2022-10-02 08:10:44 -04:00
Matt
007a997f8f
Fix playing livetv from tvheadend
2022-09-11 12:01:02 -04:00
Matt
34861fb9b9
Ensure a handle is valid before trying to use it to start playback
2022-07-21 21:45:33 -04:00
Matt
c330523b9e
Make playback comments more accurate
2022-07-20 08:22:31 -04:00
Matt
5a5c865135
Fix sys.argv comparison
2022-07-20 08:20:24 -04:00
mcarlton00
02c44eef82
Merge pull request #184 from aiosk/fix_sdh_subtitle_not_displayed
...
Fix forced and sdh/cc subtitle not working
2022-07-18 15:40:03 -04:00
andry.yosua
c21d10d7f9
fix couple minor style things
2022-07-18 14:52:22 +07:00
andry.yosua
d2d14e4c19
fix couple minor style things
2022-07-18 14:47:21 +07:00
andry.yosua
1da8bca9d1
remove unique id hi to identify sdh/cc
2022-07-12 14:29:14 +07:00
andry.yosua
dffbfd8860
add no language fallback
2022-07-12 06:41:19 +07:00
andry.yosua
7247c51b10
fix cannot choose sdh/cc/hi subtitle
...
condition:
I have multiple subtitle
- movie_name.en.srt
- movie_name.en.sdh.srt
expected:
I can play movie with sdh subtitle, either by choosing subtitle
before play movies, or while playing movies
result:
I cannot play movie with sdh subtitle
This happen because downloaded subtitle file only has language id in
it's name. It doesn't have unique identifier such as sdh/cc/hi. This fix
add sdh/cc/hi id to the downloaded subtitle.
This fix doesn't handle transcode procedure.
2022-07-12 04:58:09 +07:00
andry.yosua
2517e30f55
fix cannot choose forced subtitle
...
condition:
I have multiple subtitle
- movie_name.en.srt
- movie_name.en.forced.srt
- movie_name.id.srt
expected:
I can play movie with forced subtitle, either by choosing subtitle
before play movies, or while playing movies
result:
I cannot play movie with forced subtitle
This happen because downloaded subtitle file only has language id in
it's name. It doesn't have unique identifier such as forced. This fix
add forced id to the downloaded subtitle.
This fix doesn't handle transcode procedure.
2022-07-12 04:43:18 +07:00
Matt
086e92da4b
use setResolvedUrl for playing single items where possible
2022-06-23 20:14:53 -04:00
mcarlton00
a0b1e9177b
Merge branch 'master' into external-subs-10.8
2022-06-19 16:01:12 -04:00
Matt
7a1a7843e6
Download all external subs when playback starts
2022-06-19 15:55:46 -04:00
Matt
567a02872b
Recursively play tracks of artists
2022-06-16 20:33:40 -04:00
Matt
44afd62989
Address flake8 warnings
2022-06-09 20:35:06 -04:00
Matt
f78764d18a
Fix playing all files
2022-06-04 22:38:58 -04:00
Matt
50b6f773f5
Fix errors when stopping a transcode
2022-05-26 21:43:05 -04:00
Matt
a6ad9b5187
Remove unintended newline
2022-05-01 12:20:32 -04:00
Matt
2f5765cc3f
Rework livestream playback
2022-05-01 12:13:35 -04:00
Matt
d8493bc6bf
Fix live tv playback
2022-04-27 22:00:32 -04:00
Matt
dba2ee1556
Don't throw errors when non-JellyCon content is playing
2022-03-10 20:36:53 -05:00
Odd Stråbø
6126d617f5
Copy translate_path from Jf4Kodi, fix LazyLogger
2022-03-09 22:51:38 +01:00
Matt
7871422354
Optimize api initialization
2022-03-09 15:25:35 -05:00
mcarlton00
5c1842877d
Remove most datamanager references
2022-03-07 19:25:44 -05:00
Matt
36b23d0b19
Reworking the network stack
2022-02-27 22:15:54 -05:00