Is there a way to sort movies that don’t have a Country tag? I’ve tried looking at Advanced filters and leaving the Country option blank, but it just shows all my movies. There’s no option for None.
Thanks
Is there a way to sort movies that don’t have a Country tag? I’ve tried looking at Advanced filters and leaving the Country option blank, but it just shows all my movies. There’s no option for None.
Thanks
If you want to identify movies without a country, you can use the Export Tools section of WebTools-NG to export a list of all movies in a library, including the country, to a CSV file. You could then import the list into a spreadsheet and sort as desired.
WebTools-NG runs on Windows, Mac, & Linux. It does not have to run on the same system as Plex Media Server.
You can choose to export All info, but that is probably more than you need.
You can create a custom export level with only the desired information.
Example:
"Title","Country","Part File Combined"
"Abbott and Costello Go to Mars","United States of America","/media/movies/Abbott and Costello Go to Mars (1953)/Abbott and Costello Go to Mars (1953).mkv"
"Abbott and Costello in the Foreign Legion","United States of America","/media/movies/Abbott and Costello in the Foreign Legion (1950)/Abbott and Costello in the Foreign Legion (1950).mkv"
"Abbott and Costello Meet Dr. Jekyll and Mr. Hyde","United States of America","/media/movies/Abbott and Costello Meet Dr. Jekyll and Mr. Hyde (1953)/Abbott and Costello Meet Dr. Jekyll and Mr. Hyde (1953).mkv"
GitHub: GitHub - WebTools-NG/WebTools-NG: WebTools Next Generation for Plex
Download: Release 1.2.1 · WebTools-NG/WebTools-NG · GitHub
Wiki: Home · WebTools-NG/WebTools-NG Wiki · GitHub
Export Tools: ExportTools · WebTools-NG/WebTools-NG Wiki · GitHub
Thanks so much.
Do you know if there’s an option to export a .csv with columns instead of all info on one line? This version of WebTools-NG says “for this version xlsx is currently disabled”
When you import the csv file into a spreadsheet application it should separate the info into columns.
You might have to manually fix a few entries, but most should be correctly aligned.
You should define the column separator character as tabulator. Not as comma or semicolon, because these can occur in text metadata.
What would I put in the “Delimiter between columns in CSV file” option to achieve that? I tried “|” and everything was still on one line, no columns.
Thank you
You might wanna use LibreOffice instead of Microsoft Office. For some reason, MS made it difficult to define how to interpret CSV files. It used to work just fine in older versions of MS Office.
Using Google Sheets.
If I import the CSV file and tell Sheets to use a comma as the delineator (instead of auto), then the information is imported correctly.
Using the data from my earlier post, I have movie title in column A, Countries in column B, and path to the file in Column C.
It works even if the movie has commas, colons, etc. in the name.
Steps:
File → Import → Upload
Drag CSV file into upload window
I’m doing something wrong, because I’m still not getting columns, just all the info on one line. This is what Sheets gave me:
My settings:
Qualifier to use with a text based field for CSV = "
= quotation mark
Delimiter between columns in CSV = ,
= comma
Awesome! That worked.
Thank you