Recent content by plato79

  1. P

    Homebrew WIP NSP Organizer and mass downloader

    @blawar where do you get titleid informations? Because there are a lot of missing titles ( some for baseNames, some for DLCs ). BTW, maybe I'm reiterating myself but is it not possible to get the informations about the files from the files themselves? Or to put it plainly what information is...
  2. P

    Homebrew WIP NSP Organizer and mass downloader

    @blawar I'm happy that you're still maintaining titleDBs. Although I think you're not actively implementing new features or fixes. Do you plan to get back to developing nut?
  3. P

    Homebrew RELEASE Switch Backup Manager 1.0

    First I downloaded from release ( 1.1.9 ).. When I executed nothing happened.. So I downloaded the source and run it with VS2017.. As far as I see there's an error with parsing the keys.. Because in GetKeys method it gives an error in this line: string text = (from x in...
  4. P

    Homebrew WIP NSP Organizer and mass downloader

    I have a question. Is it not possible to read NSP file and find titleid, version and other parameters? AFAIS nut only parses these from the filename itself but if filename is not formatted correctly it cannot detect these parameters. Don't know any file renamers out there which reads and renames...