Added channel info (i.e. [25.1]) to the filename.#6
Added channel info (i.e. [25.1]) to the filename.#6jschwalbe wants to merge 1 commit intotdickman:masterfrom
Conversation
Channel info to help with sorting or automated commercial removal tools (i.e. comskip)
|
Thanks for sending this over, I appreciate the help! You're using ".encode('utf-8')" on parts of the string, but not on others. Any specific reason? |
|
It was that way when I started, and was afraid to get rid of it. :) I can’t recall but I think that I tried removing it and it caused a problem.. but then I moved on to other stuff, so can’t recall exactly. Probably could go! On Tue 8/12/14, at 9:53 PM, tdickman notifications@github.com wrote:
|
|
I can take a look at it again later, and see if there is a better way, but I recommend getting rid of it. Also, I went through and cleaned up some of the code to fall better in line with python coding standards (to keep everything consistent). A few comments:
It probably looks like I made a ton of changes to your code, but I mainly changed tabs to spaces, etc. It looks like all of the lines changed since I swapped tabs to spaces. No hard feelings, I know you said you are new to python coding - I'm not trying to be difficult, just trying to keep all of the files consistent :). |
|
No problem. It looks good! Thanks for the pointers ;) Question — did the channel info in the filename get deleted on purpose? If so I’m just going to fork the project and keep it forked because it’s something I’m going to be relying upon with my automation. On Tue 8/12/14, at 10:37 PM, tdickman notifications@github.com wrote:
|
|
Nope, that was a mistake - if you can make update you branch (with the newest changes), and send another pull request, I can merge it back in. Sorry about that! |
Channel info to help with sorting or automated commercial removal tools (i.e. comskip)