Skip to content

Commit d7f23c0

Browse files
committed
Add note on votes being hard to remove from shoko
- update missing version info
1 parent ba0e583 commit d7f23c0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleName</key>
66
<string>Shoko Relay</string>
77
<key>CFBundleVersion</key>
8-
<string>1.2.27</string>
8+
<string>1.2.28</string>
99
<key>CFBundleIdentifier</key>
1010
<string>com.plexapp.agents.shokorelay</string>
1111
<key>PlexClientPlatforms</key>

Contents/Scripts/watched-sync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- (watched-sync.py 3d) would return results from the last 3 days
2929
- The full list of suffixes (from 1-999) are: m=minutes, h=hours, d=days, w=weeks, mon=months, y=years
3030
- Add the "votes" flag (-v or --votes) to add user ratings/votes to all operations.
31+
- Note: there is currently no way to completely remove votes from Shoko via the api or webui
3132
- There are two alternate modes for this script which will ask for (Y/N) confirmation for each configured Plex user.
3233
- Append the argument "import" (watched-sync.py import) if you want to sync watched states (and votes if enabled) from Shoko to Plex.
3334
- Append the argument "purge" (watched-sync.py purge) if you want to remove all watched states (and votes if enabled) from the configured Plex libraries.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ After installing the dependencies you must use a text editor to enter your Shoko
282282
- `watched-sync.py 3d` would return results from the last 3 days
283283
- The full list of suffixes (from 1-999) are: m=minutes, h=hours, d=days, w=weeks, mon=months, y=years
284284
- Add the "votes" flag (-v or --votes) to add user ratings/votes to all operations.
285+
- Note: there is currently no way to completely remove votes from Shoko via the api or webui
285286
- There are two alternate modes for this script which will ask for (Y/N) confirmation for each configured Plex user.
286287
- Append the argument "import" `watched-sync.py import` if you want to sync watched states (and votes if enabled) from Shoko to Plex.
287288
- Append the argument "purge" `watched-sync.py purge` if you want to remove all watched states (and votes if enabled) from the configured Plex libraries.

0 commit comments

Comments
 (0)