Skip to content
Merged
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ Credits
The script relies on python libraries:

- [GuessIt 3.8.0](http://guessit.readthedocs.org) to extract information from file names and includes portions of code from [SABnzbd](https://sabnzbd.org/).
- [Patch 1](https://github.com/guessit-io/guessit/pull/799/commits/91b52758b24dac4944f21b5a04de830dd861689e) by [PDA-1](https://github.com/PDA-1) Added support for Channel 5 streaming service (My5)
- [Patch 1](https://github.com/nzbgetcom/Extension-VideoSort/pull/14) by [PDA-1](https://github.com/PDA-1) Added support for Channel 5 streaming service (My5)
- [Patch 2](https://github.com/nzbgetcom/Extension-VideoSort/pull/19) added support for A1 format by [PDA-1](https://github.com/PDA-1)
- [BabelFish 0.6.0](https://github.com/Diaoul/babelfish)
- [ReBulk 3.2.0](https://github.com/Toilal/rebulk/)
- [dateutil 2.8.2](https://github.com/dateutil/dateutil)
Expand Down
1 change: 1 addition & 0 deletions lib/guessit/config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"3gp2",
"asf",
"avi",
"av1",
"divx",
"flv",
"iso",
Expand Down
7 changes: 7 additions & 0 deletions testdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"OUTPUTFILE": "/series/Mkv/Airport 24 7/Season 1/Airport 24 7 - S01E08 - 1080p.Web.mkv",
"NZBPO_SERIESFORMAT": "%Ext/%sn %y/Season %s/- %sn - S%0sE%0e - %en - %qss.%qf.%ext"
},
{
"id": "series-10",
"INPUTFILE": "Real.Time.with.Bill.Maher.S23E27.1080p.AV1.10bit-MeGusta/Real.Time.with.Bill.Maher.S23E27.1080p.AV1.10bit-MeGusta.mkv",
"OUTPUTFILE": "/series/Mkv/Real Time With Bill Maher/Season 23/Real Time With Bill Maher - S23E27 - 1080p.mkv",
"NZBPO_SERIESFORMAT": "%Ext/%sn %y/Season %s/- %sn - S%0sE%0e - %en - %qss.%qf.%ext"
},
{
"id": "dated-deprecated-t-1",
"INPUTFILE": "The.Daily.Show.2013.06.27.Tom.Goldstein.HDTV.x264-FQM.mkv",
Expand Down Expand Up @@ -219,3 +225,4 @@
"NZBPO_EPISODESEPARATOR": "-E"
}
]