Releases: AmbitiousJun/go-emby2alist
Releases · AmbitiousJun/go-emby2alist
v1.5.2
优化
- 播放结束后立即标记视频播放状态时不记录播放进度
- 调整请求代理方法,优化内存占用
What's Changed
- perf(playing): disable PlayedItem progress helper by @AmbitiousJun in #56
- perf(playing): cancel progress helper after PlayedItem marking by @AmbitiousJun in #57
- perf(http): use io.Copy instead of io.ReadAll by @AmbitiousJun in #58
Full Changelog: v1.5.1...v1.5.2
v1.5.1
修复
- 配置
path.emby2alist
由随机匹配调整为从上到下顺序匹配 (#50 )
优化
- 增加 emby 路径转换为 alist 路径的日志输出
- 调整日志输出风格
What's Changed
- fix(path): fix emby2alist random path map bug by @AmbitiousJun in #51
- chore: add embyPath transfer log output by @AmbitiousJun in #52
- refactor: isolate the color and config packages by @AmbitiousJun in #54
- refactor: rewrite default log output by @AmbitiousJun in #55
Full Changelog: v1.5.0...v1.5.1
v1.5.0
新增
- 新增配置
emby.download-strategy
What's Changed
- feat(config): add download-strategy config by @AmbitiousJun in #49
Full Changelog: v1.4.1.2...v1.5.0
v1.4.1.2
What's Changed
- fix(emby): fix playing progress helper by @AmbitiousJun in #48
Full Changelog: v1.4.1.1...v1.4.1.2
v1.4.1.1
What's Changed
- perf(emby): use int64 to store PositionTicks by @AmbitiousJun in #46
- chore: add linux/386 arch to docker build workflow by @AmbitiousJun in #47
Full Changelog: v1.4.1...v1.4.1.1
v1.4.1
修复
- 修复播放进度记录异常
What's Changed
- fix(emby): fix playing progress helper by @AmbitiousJun in #44
- fix(emby): fix playing progress helper by @AmbitiousJun in #45
Full Changelog: v1.4.0...v1.4.1
v1.4.0
新增
- 支持
Emby for Android
的下载接口
修复
- 修复调用 alist 接口概率性触发 panic
- 修复播放结束辅助请求播放进度异常
优化
- 代理 http 请求增加超时时间
What's Changed
- fix(alist): fix alist api nil panic by @AmbitiousJun in #38
- feat: add Emby-for-Android download api support by @AmbitiousJun in #39
- fix(emby): fix playing progress helper by @AmbitiousJun in #41
- perf: add timeout feature to http client by @AmbitiousJun in #42
- fix(emby): fix playing progress helper by @AmbitiousJun in #43
Full Changelog: v1.3.1...v1.4.0
v1.3.1
修复
- 修复 JSON 序列化异常
- 修复 Emby api key 读取 传递错误
优化
- 移除
emby.api-key
配置 - 适配
Emby for AndroidTV
调用外部播放器MX Player
播放后回传进度丢失问题 - 调整 PlaybackInfo 缓存逻辑
What's Changed
- Bugfix/basic by @AmbitiousJun in #32
- chore: remove emby api key config by @AmbitiousJun in #33
- Bugfix/emby by @AmbitiousJun in #34
- fix(emby): fix playbackinfo cache by @AmbitiousJun in #36
Full Changelog: v1.3.0...v1.3.1
v1.3.0
新增
Emby for Kodi Next Gen
适配阿里转码- 通过注入 js 脚本补丁解决部分直链跨域问题 (#28 ) (解决方案参考自:chen3861229/embyExternalUrl#64)
修复
- 修复本地阿里转码 m3u8 地址可能泄露管理员账号 api key 问题
What's Changed
- feat: add Emby for Kodi Next Gen support by @AmbitiousJun in #25
- fix: fix the play of transcode version on kodi by @AmbitiousJun in #26
- Bugfix/emby api key by @AmbitiousJun in #27
- fix: use common MediaStreams array for transcode version by @AmbitiousJun in #29
- feat: add js patch code to emby html player module by @AmbitiousJun in #30
- fix: change js cors patch module by @AmbitiousJun in #31
Full Changelog: v1.2.1...v1.3.0
v1.2.1
改进
- 移除 web 静态资源缓存
What's Changed
- fix: remove web static resource cache by @AmbitiousJun in #22
Full Changelog: v1.2.0...v1.2.1