Tracking user video file size uploaded #2199

Open
opened 2026-02-22 06:27:17 -05:00 by deekerman · 0 comments
Owner

Originally created by @OceanTechie on GitHub (Mar 18, 2020).

What happened?

Can I get at what files and what size are the files for each account/user? That is track all video files and their size uploaded by each user?

In the peertube database schema, I see the videos table which shows file size, but I don't see any table which connects video file id to the user that uploaded it.

What do you expect to happen instead?

Documentation for database schema and all data content in peertube database - is there such documentation?

I'm seeking to extend/enhance my peer tube instance behaviors and meter the total file space uploaded by each user.

e.g. - can I get a list of users who have uploaded more than X GB's of videos.

Additional information

  • PeerTube version or URL:

  • Browser name/version:

  • NodeJS version:

  • Link to browser console log if useful:

  • Link to server log if useful (journalctl or /var/www/peertube/storage/logs/):

Originally created by @OceanTechie on GitHub (Mar 18, 2020). **What happened?** Can I get at what files and what size are the files for each account/user? That is track all video files and their size uploaded by each user? In the peertube database schema, I see the videos table which shows file size, but I don't see any table which connects video file id to the user that uploaded it. **What do you expect to happen instead?** Documentation for database schema and all data content in peertube database - is there such documentation? I'm seeking to extend/enhance my peer tube instance behaviors and meter the total file space uploaded by each user. e.g. - can I get a list of users who have uploaded more than X GB's of videos. **Additional information** * PeerTube version or URL: * Browser name/version: * NodeJS version: * Link to browser console log if useful: * Link to server log if useful (journalctl or /var/www/peertube/storage/logs/):
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PeerTube#2199
No description provided.