mirror of
https://github.com/C5H12O5/syno-videoinfo-plugin.git
synced 2025-08-16 17:12:14 +00:00
Update setup.py and README.md
This commit is contained in:
@ -26,7 +26,7 @@ other than the default ones.
|
||||
* DSM 7.0+
|
||||
* Video Station 3.0.0+
|
||||
|
||||
## Documentation
|
||||
## References
|
||||
|
||||
* [The Video Station Metadata Introduction](https://kb.synology.com/en-id/DSM/help/VideoStation/metadata?version=7)
|
||||
* [The Video Station API documentation](https://download.synology.com/download/Document/Software/DeveloperGuide/Package/VideoStation/All/enu/Synology_Video_Station_API_enu.pdf)
|
||||
|
@ -25,7 +25,7 @@
|
||||
* DSM 7.0+
|
||||
* Video Station 3.0.0+
|
||||
|
||||
## 相关文档
|
||||
## 参考文献
|
||||
|
||||
* [视频元数据](https://kb.synology.cn/zh-cn/DSM/help/VideoStation/metadata?version=7)
|
||||
* [Video Station API 文档](https://download.synology.com/download/Document/Software/DeveloperGuide/Package/VideoStation/All/enu/Synology_Video_Station_API_enu.pdf)
|
||||
|
@ -46,7 +46,7 @@
|
||||
"into": {
|
||||
"episode": {
|
||||
"title": "['xp_text', './movie/nm']",
|
||||
"tagline": "['xp_text', './movie/enm']",
|
||||
"tagline": "",
|
||||
"original_available": "['xp_text', './movie/pubDate', 'strftime', '%Y-%m-%d']",
|
||||
"summary": "['xp_text', './movie/dra']",
|
||||
"certificate": "",
|
||||
|
6
setup.py
6
setup.py
@ -20,15 +20,15 @@ info_tmpl = """
|
||||
"language": ["chs"],
|
||||
"test_example": {
|
||||
"movie": {
|
||||
"title": "两杆大烟枪 Lock, Stock and Two Smoking Barrels",
|
||||
"title": "两杆大烟枪",
|
||||
"original_available": "1998-08-28"
|
||||
},
|
||||
"tvshow": {
|
||||
"title": "怪奇物语 第一季 Stranger Things Season 1",
|
||||
"title": "怪奇物语 第一季",
|
||||
"original_available": "2016-07-15"
|
||||
},
|
||||
"tvshow_episode": {
|
||||
"title": "怪奇物语 第一季 Stranger Things Season 1",
|
||||
"title": "怪奇物语 第一季",
|
||||
"original_available": "2016-07-15",
|
||||
"season": 1,
|
||||
"episode": 1
|
||||
|
Reference in New Issue
Block a user