stephen304 / bitcannon

A torrent index archiving, browsing, and backup tool
http://bitcannon.io/
MIT License
408 stars 40 forks source link

Add category aliases because otherwise theres 100 categories. #51

Open stephen304 opened 9 years ago

stephen304 commented 9 years ago

Maybe something like:

"categories": [
    {"Movies": [
        "Anime",
        "Japanese Anime",
        "Cartoons"
    ]},
    {"Books": [
        "Ebooks",
        "Other Ebooks"
    ]}
]