A user should be able to view royalties data for multiple artists #7
richardbirkin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. What value are we adding?
Publishers and Record Labels receive distribution statements from Distributors and PROs containing front- and back-end royalties respectively. These CSV files can be many megabytes in size, containing an extremely large amount of data.
The goal for this user currently involves working out how much money is owed to each Artist, not just as a whole, but for each release (as each release will have its own 'deal' (percentage splits and payout terms) and balance).
Usually, the Artist will receive a summary and a request for invoice. This is not always delivered in a reliable way, and there are many public anecdotes about labels and artists parting ways due to disagreements on this subject.
Using Trackshift, a Publisher/Label user should be able to upload any statement and quickly see it broken down by artist, with full data breakdowns and automatically calculated balances visible by both Label and Artist.
2. What does it look like?
2a: write automated tests to prove the value is being added.
Given that a statement has more than one artist in it
When the statement has been processed
Then the user can view the statement data by artist and product
2b: sketches/screenshots
Beta Was this translation helpful? Give feedback.
All reactions