Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit ce55a8a

Browse files
committed
version 0.9
1 parent b929811 commit ce55a8a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Here's an example piece of code. Other examples can be found in the unit test cl
4141
writeVsMetaFile(os.path.join(os.path.dirname(os.path.realpath(__file__)),'videp.mp4.vsmeta'), writer.encode(info))
4242
```
4343

44+
The code is available on PyPI and can be installed with command `pip install vsMetaEncoder`.
45+
4446

4547
# Field mapping
4648

@@ -76,7 +78,7 @@ To encode a TV film or movie, use the `vsMetaInfo` class with a `vsMetaMoviesEnc
7678
Field in Video Station | vsMetaInfo property | Remark
7779
---------------------- | ------------------- | ----------------
7880
Title | `showTitle`
79-
Short Title | `episodeTitle`
81+
Short Title | `episodeTitle`
8082
Publishing Date | `setEpisodeDate()` | Use method instead of direct value assignment.
8183
Locked | `episodeLocked`
8284
Summary | `chapterSummary`

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(name='vsmetaEncoder',
7-
version='0.1',
7+
version='0.9',
88
description='A module to encode media information with Synology\'s vsmeta file format.',
99
long_description=long_description,
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)