Add an option for CSV #179
Replies: 3 comments 1 reply
-
Second for this. This would provide a huge increase in functionality. Provide a template and we can dump lists out of any multitude of sources (icheckmovies, etc). |
Beta Was this translation helpful? Give feedback.
-
I'm a bit hesitant to introduce CSVs on top of the YAML? You should be able to accomplish this with the individual TMDb movie or TMDb show or TVDB show. Something like: collections:
- My Random Collection:
- tmdb_movie:
- id#1
- id#2
- id#3 The list of IDs could be infinitely long, you'd just have to reformat from whatever source. Not sure if that makes sense? |
Beta Was this translation helpful? Give feedback.
-
That makes sense but would be very complicated to automate. If it accepted
a csv file you could pull collections from a site/source that is constantly
updated to maintain the collection. For example a collection for movies on
Netflix, these would not all be from the studio netflix. Many sites list
all the movies/shows on netflix and create a csv list of them.. it would be
a ton of work to try and change the format and automate that process unless
i am missing something
…On Tue, Jan 19, 2021 at 3:02 PM burkasaurusrex ***@***.***> wrote:
I'm a bit hesitant to introduce CSVs on top of the YAML?
You should be able to accomplish this with the individual TMDb movie
<https://github.com/mza921/Plex-Auto-Collections#tmdb-movie-list-type> or TMDb
show <https://github.com/mza921/Plex-Auto-Collections#tmdb-show-list-type>
or TVDB show
<https://github.com/mza921/Plex-Auto-Collections#tvdb-show-list-type>.
Something like:
collections:
- My Random Collection:
- tmdb_movie:
- id#1
- id#2
- id#3
The list of IDs could be infinitely long, you'd just have to reformat from
whatever source. Not sure if that makes sense?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHJQPCSJ5ZAAN7DUAIYMITS2XQNNANCNFSM4V74TSGA>
.
|
Beta Was this translation helpful? Give feedback.
-
Can you add an option to add a CSV option. If we had a list of movies/shows in a CSV file, allow that file to be used to create the collection
Beta Was this translation helpful? Give feedback.
All reactions