Update setup.py and README.md

This commit is contained in:
C5H12O5
2023-08-13 10:36:20 +08:00
parent 269af84e9c
commit f03fe622ea
4 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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": "",

View File

@ -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