NZB Meta field
Posted: April 5th, 2012, 4:55 pm
Many indexers use a meta field in the actual NZB file to denote category.
Example:
Newznab currently has sab integration
Are there any plans to actually make use of this semi-standard field, in cases where there is no RSS, and an explicit category is not set by the user/API call?
This would enable indexer-side category support. Newznab already has this integration, but it doesn't seem to categorize since the API call needs to know the exact category name. The NZB category could be the "last ditch" at categorizing before default?
Example:
Code: Select all
<head>
<meta type="category">Movies > BluRay</meta>
Are there any plans to actually make use of this semi-standard field, in cases where there is no RSS, and an explicit category is not set by the user/API call?
This would enable indexer-side category support. Newznab already has this integration, but it doesn't seem to categorize since the API call needs to know the exact category name. The NZB category could be the "last ditch" at categorizing before default?