Fix popularity stats to use upload data instead of download data
- Change popularity stats to analyze upload records (Direction = 'Upload') - This shows which of your shared files are most downloaded by others - Update error messages and explanations to reflect upload-based analysis - Remove "NEW" labels from README features - Clarify that popularity shows download frequency of your uploads
This commit is contained in:
@@ -12,7 +12,7 @@ A GUI tool to analyze upload and download statistics from your slskd transfers d
|
||||
- Lists top users by data transferred
|
||||
- Shows statistics by file type
|
||||
- Filter statistics by time period (All time, Last month, Last year)
|
||||
- **NEW**: Artist and album popularity statistics based on user download demand
|
||||
- Artist and album popularity statistics based on download frequency of your uploads
|
||||
- Smart path parsing with enhanced library structure detection
|
||||
- Intelligent album name cleaning (removes redundant artist names from folder names)
|
||||
- User-friendly graphical interface with summary and detailed tables
|
||||
@@ -43,8 +43,8 @@ With the GUI, you can:
|
||||
- Set the number of top entries to display
|
||||
- View upload and download statistics side-by-side
|
||||
- See summary statistics and detailed tables for users and file types
|
||||
- **NEW**: Visual time series graphs showing transfer trends over time
|
||||
- **NEW**: Analyze artist and album popularity based on download demand with interactive charts and tables
|
||||
- Visual time series graphs showing transfer trends over time
|
||||
- Analyze artist and album popularity based on how often others download your files with interactive charts and tables
|
||||
|
||||
## Screenshots
|
||||
|
||||
@@ -63,6 +63,7 @@ This tool automatically detects and works with both:
|
||||
- **Old format**: Text-based `State` column
|
||||
- **New format**: Integer `State` + `StateDescription` columns
|
||||
|
||||
|
||||
## About
|
||||
|
||||
This tool is designed to work with the `transfers.db` SQLite database created by [slskd](https://github.com/slskd/slskd), a Soulseek client daemon. It helps you understand your sharing patterns and track transfer statistics.
|
||||
|
||||
Reference in New Issue
Block a user