cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

Output a full catalog type title #140

Closed cjcodeproj closed 7 months ago

cjcodeproj commented 11 months ago

For clarity, there is a need to output a more complete title, composed of the title, the copyright year, and the unique index (if needed).

Ie:

Iron Man 2
The Aviator

Becomes:

Iron Man 2 (2010)
The Aviator (2004)

There should be a simple method that outputs this title in the Movie class.

cjcodeproj commented 11 months ago

Commit:

https://github.com/cjcodeproj/medialibrary/commit/6df567b7dbdc29ad076da09146e24909952575e5