all repos — auto-movie-tagger @ ee7fe7b1a53be00143ec04c2089a74a414fbe93e

A Python script that auto tags and adds poster to mkv or mp4 movie files.

ee7fe7b1
added subtitle blacklist tuple

also added dvd_subtitle to blacklist
prithugoswami prithugoswami524@gmail.com
Mon, 09 Jul 2018 00:23:40 +0530
b0d7f19b
update readme
prithugoswami prithugoswami524@gmail.com
Tue, 26 Jun 2018 13:12:56 +0530
2c1df159
update readme
prithugoswami prithugoswami524@gmail.com
Tue, 26 Jun 2018 13:00:49 +0530
cf234e60
update readme
prithugoswami prithugoswami524@gmail.com
Tue, 26 Jun 2018 12:55:25 +0530
92e3ea86
update amt.py

removed TODO comment
Prithu Goswami prithugoswami524@gmail.com
Sat, 21 Apr 2018 12:10:24 +0530
b790e5fa
adds another image-based subtitle to discard
Prithu Goswami prithugoswami524@gmail.com
Wed, 07 Mar 2018 23:12:24 +0530
a06fab8d
modifies readme and adds a comment
Prithu Goswami prithugoswami524@gmail.com
Wed, 07 Mar 2018 22:35:59 +0530
184800c6
Merge pull request #8 from prithugoswami/iss7

[Closes #7] Proper stream selection
Prithu Goswami prithugoswami524@gmail.com
Fri, 23 Feb 2018 08:32:53 +0530
3beb82d8
[Closes #6] Check if plot outline exists
Prithu Goswami prithugoswami524@gmail.com
Wed, 21 Feb 2018 20:51:20 +0530
8805bee6
Changed the poster-image size that is fetched
Prithu Goswami prithugoswami524@gmail.com
Sun, 28 Jan 2018 09:21:53 +0530
8c09bb37
Code cleanup and Changes to Readme
Prithu Goswami prithugoswami524@gmail.com
Sun, 28 Jan 2018 09:01:34 +0530
1ff627b5
Script now uses IMDb to search for movie

The search API of imdb is pretty fast, so I thougth why not use it instead of tmdb. The poster images is still fetched using tmdb though
Prithu Goswami prithugoswami524@gmail.com
Sun, 21 Jan 2018 03:18:28 +0530
19683ef4
[Fix #5] - Updated code to work with new imdbpie
Prithu Goswami prithugoswami524@gmail.com
Fri, 19 Jan 2018 22:28:53 +0530
9b86eb77
Removed promo images from the repo

using Issue #3 to host the images
prithugoswami prithugoswami524@gmail.com
Fri, 05 Jan 2018 17:09:17 +0530
4fd9ae13
Tweaked the verbosity of the script a little
prithugoswami prithugoswami524@gmail.com
Fri, 05 Jan 2018 16:58:38 +0530
6858eadb
Fixed two instances of response to srch_respnonse
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 21:36:59 +0530
8c5d9ca1
Okay, one more README.md change
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 21:16:20 +0530
cfd8fd7d
changes to README.md
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 21:08:43 +0530
db6396eb
Made changes to README.md
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 21:01:51 +0530
536e9c07
Using the response dict instead of search.results

Due to some changes in the tmdbsimple module, it is not possible to use the search object again and again for multiple searches.This is solved by using the dict returned by the search functions
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 18:04:17 +0530
db016be7
Added shlex to split command

Using shlex ensures having proper arguments being passed to the system call. I found that the earlier implementaion did not work on linux.
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 17:01:19 +0530
3161c4b1
Added better Exception Handler
prithugoswami prithugoswami524@gmail.com
Wed, 03 Jan 2018 16:49:30 +0530
a17bb764
Added command to run the script

Changes in the Readme.md
Prithu Goswami prithugoswami524@gmail.com
Thu, 11 May 2017 10:21:10 +0530
c864e6fd
Added some comments
Prithu Goswami prithugoswami524@gmail.com
Tue, 09 May 2017 19:53:56 +0530
24cdc4fa
Corrections in comments and readme
Prithu Goswami prithugoswami524@gmail.com
Tue, 09 May 2017 19:50:26 +0530
9901b5c5
Readme changes.
Prithu Goswami prithugoswami524@gmail.com
Tue, 09 May 2017 12:28:41 +0530
48c75a00
Reformated code to follow PEP8 style guide

Also fixed errors that were caused by mixing tabs and spaces. Boy was
that a nightmare to fix. Tip to anyone reading this *Use 4 spaces to
indent and set 'soft tabs' in youe editor to '4 spaces' AND NEVER MIX
TABS AND SPACES! NEVER!
Prithu Goswami prithugoswami524@gmail.com
Tue, 09 May 2017 08:58:59 +0530
bf882f5f
fixed code
Prithu Goswami prithugoswami524@gmail.com
Mon, 08 May 2017 20:07:24 +0530
12c2ce75
Removed images and fixed typo in Readme.md
Prithu Goswami prithugoswami524@gmail.com
Mon, 08 May 2017 18:32:42 +0530
c9386e69
Fixed a typo
Prithu Goswami prithugoswami524@gmail.com
Fri, 05 May 2017 10:52:40 +0530
ed016970
Few more edits
Prithu Goswami prithugoswami524@gmail.com
Thu, 04 May 2017 07:43:14 +0530
3e1f1b82
Some more edits. Okay, this one's final.
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:31:24 +0530
17254c26
Some more edits
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:26:20 +0530
75070705
Some more edits
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:18:47 +0530
7572f488
Some edits
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:12:53 +0530
30c90e57
Edit
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 23:08:48 +0530
840def97
Added a smaller image to fit all three examples
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 22:42:29 +0530
b60fe6d8
A little bit of formating
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 21:20:01 +0530
fcc71a34
Added ToolTip instructions
Prithu Goswami prithugoswami524@gmail.com
Wed, 03 May 2017 21:07:34 +0530
6c4ac4e9
Added metadata info
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 22:14:59 +0530
07150f6f
Added API Key
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:40:13 +0530
b269227c
Merge pull request #1 from prithugoswami/Read-me-changes

Read me changes
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:37:06 +0530
3ccbfa19
Added few comments
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 20:15:55 +0530
e76652c9
Added Images
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 20:11:15 +0530
1419e92f
Added larger images
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 20:05:04 +0530
bac9b9bd
Added Images
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 20:02:24 +0530
7dbfdd86
Improved comments
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 18:00:15 +0530
58f8aee3
Added the script
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 17:49:45 +0530
01ed06f1
Initial commit
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 17:44:20 +0530
fab4f745
Corrected syntax
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:32:33 +0530
6b5390db
Corrected links
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:29:39 +0530
a2e930bc
Added Links
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:20:16 +0530
ae3bb000
Eddited Lists
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:12:40 +0530
816fd6c2
Added stuff to the readme
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:03:42 +0530
7578c34e
Removed redundant code
Prithu Goswami prithugoswami524@gmail.com
Fri, 23 Feb 2018 08:30:54 +0530
6c69cae6
[Closes #7] Proper stream selection

The stream selection is now done depending whether or not the stream's codec is supported by mp4. Right now only dvd subtitles are not supported by mp4, So the script discards them. There might me other uncompatible codec types but I have only come across this till now
Prithu Goswami prithugoswami524@gmail.com
Thu, 22 Feb 2018 23:46:20 +0530