Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video metadata tags #133

Merged
merged 5 commits into from
Apr 2, 2024
Merged

Video metadata tags #133

merged 5 commits into from
Apr 2, 2024

Conversation

ebb-earl-co
Copy link
Owner

This pull request adds more metadata tags to .mp4 video and .m4a audio files.

Edit to separate tag-adding processes for composer, director, engineer, lyricist, producer
tidal_wave/media.py: add TAG_MAPPING keys for director, language, location, media, producer, rating
tidal_wave/models.py: VideosContributorsResponseJSON.location is now the returned contributors value for 'Studio'
tidal_wave/track.py: add 'Digital Media' as the media tag for all tracks. If .m4a, add 'rtng', 'pcst', 'stik' tags
tidal_wave/video.py: Add logging and 'hdvd', 'location', 'media', 'pcst', 'stik', '©url', tags
@ebb-earl-co ebb-earl-co added enhancement New feature or request python Pull requests that update Python code labels Apr 2, 2024
@ebb-earl-co ebb-earl-co self-assigned this Apr 2, 2024
@ebb-earl-co ebb-earl-co merged commit 0a7fc5b into develop Apr 2, 2024
30 checks passed
@ebb-earl-co ebb-earl-co deleted the video-metadata-tags branch April 2, 2024 02:20
@ebb-earl-co ebb-earl-co restored the video-metadata-tags branch April 5, 2024 04:37
ebb-earl-co added a commit that referenced this pull request Apr 5, 2024
* Update docstrings in {artist,video}.py

* Video metadata tags (#133)

* In video.py:

Edit to separate tag-adding processes for composer, director, engineer, lyricist, producer

* In video.py, fix unreferenced 'tag' variable

* Add new tags to video.py including performer, engineer, publisher

* Update {media,models,track,video}.py:

tidal_wave/media.py: add TAG_MAPPING keys for director, language, location, media, producer, rating
tidal_wave/models.py: VideosContributorsResponseJSON.location is now the returned contributors value for 'Studio'
tidal_wave/track.py: add 'Digital Media' as the media tag for all tracks. If .m4a, add 'rtng', 'pcst', 'stik' tags
tidal_wave/video.py: Add logging and 'hdvd', 'location', 'media', 'pcst', 'stik', '©url', tags

* Use ©url instead of ©cmt for the track URL in .m4a files

* Dependabot monitoring PyPi dependencies(deps-dev): Bump typer[all] (#134)

Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.11.1...0.12.0)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependabot monitoring PyPi dependencies(deps): Bump m3u8 (#135)

Bumps [m3u8](https://github.com/globocom/m3u8) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/globocom/m3u8/releases)
- [Commits](globocom/m3u8@4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: m3u8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove submodule and add bitstream filters to Dockerfile
@ebb-earl-co ebb-earl-co deleted the video-metadata-tags branch April 15, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant