Skip to content

fmpfeifer/ShareazaParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareazaParser

Script to parse Shareaza's "dat" files. This scripts needs python version >= 3.5

Usage

python ShareazaParser.py [-h] [-l level] [-c] [-s]
  • -h: print this help and exits

  • -c: output text to stdout

  • -l level (--level=level): Choose output level (only valid for text output):

    0 - Very Important: Only very important information is displayed

    1 - Important: Important information and level 0 information is displayed

    2 - Useful: Useful information and level 1 information is displayed

    3 - Debug(default): All available information is displayed

  • -s: generate csv spreadsheet (instead of text)

Timestamps are exported as Unix epoch in text files, or as Excel date in csv files.

The Library1.dat, Library2.dat and/or Searches.dat files must be in the same folder as the script.

About

Script to parse Shareaza's "dat" files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages