Consider how to set copyright / ask publisher #8

Open
opened 2018-11-01 19:10:12 +01:00 by alyssaoc · 2 comments
alyssaoc commented 2018-11-01 19:10:12 +01:00 (Migrated from github.com)

@kauffj commented on Tue May 15 2018

Some publishers do not wish to retain copyright or wish to publish under creative commons or similar.

If this information is available via YouTube, we should match it.

If not, we should ask but provide a sane default (e.g. it could be on the lbry.io/youtube/token status page).

Steps:

  • When publishing, fetch status.license from youtube api (https://developers.google.com/youtube/v3/docs/videos#status.license). If license is creativeCommon, publish under the creative commons license (check which one youtube uses and use the same). If its youtube, do whatever we do now.
  • add a note on the youtube/token page explaining how we'll be setting the license on published content, and tell the user to email us if they want a different treatment for their content. use our support email

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of the user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed
@kauffj commented on [Tue May 15 2018](https://github.com/lbryio/lbry.go/issues/13) Some publishers do not wish to retain copyright or wish to publish under creative commons or similar. If this information is available via YouTube, we should match it. If not, we should ask but provide a sane default (e.g. it could be on the lbry.io/youtube/token status page). Steps: - [ ] When publishing, fetch `status.license` from youtube api (https://developers.google.com/youtube/v3/docs/videos#status.license). If license is `creativeCommon`, publish under the creative commons license (check which one youtube uses and use the same). If its `youtube`, do whatever we do now. - [ ] add a note on the youtube/token page explaining how we'll be setting the license on published content, and tell the user to email us if they want a different treatment for their content. use our support email ### Acceptance Criteria 1. 2. 3. ### Definition of Done - [ ] Tested against acceptance criteria - [ ] Tested against the assumptions of the user story - [ ] The project builds without errors - [ ] Unit tests are written and passing - [ ] Tests on devices/browsers listed in the issue have passed - [ ] QA performed & issues resolved - [ ] Refactoring completed - [ ] Any configuration or build changes documented - [ ] Documentation updated - [ ] Peer Code Review performed
nikooo777 commented 2018-11-07 17:54:25 +01:00 (Migrated from github.com)

@kauffj the way it works now is that the copyright field is as follows:

          "license": "Copyrighted (contact author)",

Would this be enough for the moment?

@kauffj the way it works now is that the copyright field is as follows: ``` "license": "Copyrighted (contact author)", ``` Would this be enough for the moment?
alyssaoc commented 2019-01-16 15:36:51 +01:00 (Migrated from github.com)

This will need work on .io, ytsync, and internal-apis. Will need xteam consideration

This will need work on .io, ytsync, and internal-apis. Will need xteam consideration
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: LBRYCommunity/ytsync#8
No description provided.