Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# CMCUCP: The Complete Marvel Cinematic Universe Chronological Playlist
## This is fork of the repository from [PJnes / cmcucp](https://github.com/PJnes/cmcucp)

I have modified the original one with this mechanics:
- outsourcing of playlist to file (mcuchronologicalplaylist.txt) --> make editing easier
- if there is no playlist with the name you choosed --> it creates the playlist
- if there is already a playlist with the same name --> it looks inside the playlist and gives you the choice
- -> if you have more items in you library you can add them and check the order
- -> if you have the wrong content in your playlist you can remove them and check order
- -> if the playlist is up to date you can check the order

This is a simple script that generates a Plex playlist with everything in your library from the MCU, in chronological order (according to [this page](https://www.digitalspy.com/movies/a825774/marvel-cinematic-universe-in-chronological-order/)).

Fun fact: This is about 17 days of continuous video.

I've created a web based version of this, that provides chonological playlists for the MCU, as well as Star Wars, Doctor Who, Star Trek and others.

You should check out [Chronoplex](https://chronoplex.app), it does a [prettier MCU chronological playlist](https://chronoplex.app/mcu)

## The new fancy docker way

- `docker run --rm ghcr.io/pjnes/cmcucp PLEX_USER PLEX_PASS PLEX_SERVER [PLEX_PLAYLIST]`
- `docker run --rm ghcr.io/cm86/cmcucp PLEX_USER PLEX_PASS PLEX_SERVER [PLEX_PLAYLIST]`

## The old manual way

Expand Down
Loading