02-10-2015, 02:59 PM
I've created a torrent using py3createtorrent.py (http://py3createtorrent.readthedocs.org/.../user.html). I have added a functionality myself to the python code to allow for a -C flag to add a category. It succesfully creates the torrent with the information I give it. Once i try to import this torrent into vuze via "add <path>" it adds the torrent but does not recognize the category field and does not add it(category field). A comment field is also specified when creating the torrent through py3createtorrent and that is successfully recognized and displayed when I add the torrent to vuze. Why would Vuze not recognize the category field on the torrent when its added?