#Remux Collection How-To
1 messages · Page 1 of 1 (latest)
Welcome @copper cradle!
Someone from <@&938443185347244033> will assist when they're available.
Including meta.log from the beginning is a huge help. Type !logs for more information.
After attaching your log, do not forget to hit the green check boxes when prompted by our bot.
You can press the "Close Post" button above or type /close at any time to close this post.
Probably a filter on the file name.
What are you trying and what does "running into difficulty" actually mean?
I tried to do a filter on a filename but it says it’s not an option
Filters on filenames are absolutely possible. Presumably you've done a collection definition, tried to run it, and had problems.
What specifically have you tried?
collections:
REMUX:
sort_title: "!010_REMUX"
plex_search:
all:
filename: REMUX
sync_mode: sync
collection_order: release.desc
summary: "A collection of high-quality REMUX movies."
visible_library: true
visible_home: true
visible_shared: true
that was my last try
Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)
The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.
If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured formatting. See the below sample text and output
YOU TYPE THIS
```yaml
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
```
DISCORD DISPLAYS
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
collections:
REMUX:
sort_title: "!010_REMUX"
plex_search:
all:
filename: REMUX
sync_mode: sync
collection_order: release.desc
summary: "A collection of high-quality REMUX movies."
visible_library: true
visible_home: true
visible_shared: true
Details of the plex_search are here:
https://kometa.wiki/en/latest/files/builders/plex/#plex-search
And yes, filename used like that is not listed in the wiki and is not available.
You could use a filter on everything in the library as shown here:
https://kometa.wiki/en/latest/files/builders/plex/#plex-all
Filters are described here:
https://kometa.wiki/en/latest/files/filters/
And the one you want would be a string filter on filepath:
https://kometa.wiki/en/latest/files/filters/#string-filters
So something like:
collections:
REMUX:
plex_all: true
filters:
filepath: REMUX
ok thank you. i will try that
Where did you find this?
plex_search:
all:
filename: REMUX
does documentation need to be updated?
i dont recall. i was searching all over the web.
Don't trust anything apart from the Kometa website 😄
I’m seeing that.
Especially ChatGPT
Yeah? I don’t use it for any of this kind of stuff. I don’t trust it. I feel like it stores everything.
I have never seen chatgpt produce anything useful for Kometa. It seems to just make stuff up.
BTW, it worked like a charm. Thank you so much!