Skip to content

Commit

Permalink
Hint open source alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Dec 15, 2023
1 parent 40461c4 commit 6803c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opi/plugins/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class PlexMediaServer(BasePlugin):
main_query = 'plex'
description = 'Plex Media Server'
description = 'Plex Media Server (proprietary alternative to jellyfin)'
queries = ['plex', 'plexmediaserver']

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion opi/plugins/resilio-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ResilioSync(BasePlugin):
main_query = 'resilio-sync'
description = 'Decentralized file synchronization between devices using bittorrent protocol'
description = 'Decentralized file sync between devices using bittorrent protocol (proprietary alternative to syncthing)'
queries = ['resilio-sync', 'resilio', 'rslsync']

@classmethod
Expand Down

0 comments on commit 6803c9c

Please sign in to comment.