Thanks, removed it for privacy.
So you have 7348 entries.
I think you'd be better off disabling key words, or, for the subjects your scraping, create a separate profile for scraping these videos.
In MC, we put these into one string, and a string can contain up to 2 billion characters. Your at only 110000 characters. The issue is the Textbox displaying these has a max characters of 32767.
I may have to look at an external file, and change the TextBox to another type.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a seperate profile I use to scrape movies and tv shows for the first time and now fixing all of my over 5k movies after somthing hapend and alot have wrong info :(
as of right now its not a big problem adding my disabled keyword in th config file.
the only thing it whuld be esier to add more if I culd just add it to the text box or as you mentined an external file and just reload it as the genre file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Next release of Media Companion, has a better editor of Tag Blacklist (uses the Custom Genre textbox, and the Tag Blacklist file will be created externally in the Settings folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Rob,
It seams that the Keyword Blacklist have a limitation on how much you can add to it, right now I have to edit my config file to add my list.
Is it possible to allow it to contain more.
I have quit a big list, as of right now its about 96KB only the keywords list I have hehe
//Joakim
Thats a lot of blacklist items. I don't think we ever envisioned that larger list.
Can you attach your config.xml so I can have a look?
You have to realize, that large a volume of blacklist items will slow down MC scraping.
Maybe it is time to have the blacklist words in their own external file.
hehe i get that and it has got even bigger, i think its about 135KB as of now :)
I havent notised any slowdow of MC at all, if I got that I whuld not sugest this.
I will upload my config fil when I get home from work
Here is my config.xml file.
Thanks, removed it for privacy.
So you have 7348 entries.
I think you'd be better off disabling key words, or, for the subjects your scraping, create a separate profile for scraping these videos.
In MC, we put these into one string, and a string can contain up to 2 billion characters. Your at only 110000 characters. The issue is the Textbox displaying these has a max characters of 32767.
I may have to look at an external file, and change the TextBox to another type.
This is a seperate profile I use to scrape movies and tv shows for the first time and now fixing all of my over 5k movies after somthing hapend and alot have wrong info :(
as of right now its not a big problem adding my disabled keyword in th config file.
the only thing it whuld be esier to add more if I culd just add it to the text box or as you mentined an external file and just reload it as the genre file.
Yes, like the genre file. thats a good start. I can do that and then you'll be able to edit in any editor ie notepad etc.
I'll look into it.
Next release of Media Companion, has a better editor of Tag Blacklist (uses the Custom Genre textbox, and the Tag Blacklist file will be created externally in the Settings folder.
thanks Rob