plex2netflix icon indicating copy to clipboard operation
plex2netflix copied to clipboard

Filter output

Open Ackis opened this issue 9 years ago • 2 comments

An option to filter the output would be nice - only showing those that are matched, or only those that are unmatched.

Ackis avatar Dec 30 '15 23:12 Ackis

Good idea!

SpaceK33z avatar Dec 30 '15 23:12 SpaceK33z

Until there's an option, there are alternate ways to achieve this. In Linux, something like this should work (I've not tried it to be sure):

plex2netflix --host xxxx --token=xxxxx -s "Movies" | grep " - yes" | tr -d " - yes"

In Windows, this would limit it. I don't know how to remove the ending bit, but that can be done in Notepad or whatever easily. I'm sure someone will come along with a solution for that.

plex2netflix --host xxxx --token=xxxx -s "Movies" | findstr /C:" - yes"

When I tested the Windows one, I did note that it kinda screwed up the character ⅓ though, so that's worth keeping in mind.

pcjonathan avatar Dec 31 '15 04:12 pcjonathan