jamesapyrich
  • Joined on 2023-11-22
jamesapyrich commented on issue yuriy/video-uploader#20 2024-01-15 14:18:29 +00:00
v3.30 Bitchute Tags Not Showing Up

I do not see --tags in ErrorLogging.txt for LBRY (I will attach this when the upload is completed).

I do see the tags entered for Rumble.

jamesapyrich opened issue yuriy/video-uploader#20 2024-01-15 14:11:09 +00:00
v3.30 Bitchute Tags Not Showing Up
jamesapyrich commented on issue yuriy/video-uploader#12 2024-01-13 02:30:11 +00:00
Video tags should not be split into separate tags by spaces

Ah, well, I didn't know about that. I think that's probably a fine feature to keep in, I might start to leverage that. There are some common tags that make sense for videos that don't make as much…

jamesapyrich commented on issue yuriy/video-uploader#12 2024-01-13 02:19:48 +00:00
Video tags should not be split into separate tags by spaces

I did want to go back to the podcast tags and unslugify them (don't convert spaces into dashes and such).

I did encounter some other sites that have issues with tags, such as if a tag has…

jamesapyrich commented on issue yuriy/video-uploader#15 2024-01-13 02:18:30 +00:00
Video uploader is inconsistent if you change the image filename in the text box

Ah, well, see, that may have been true for Stef... it's not true for me, but then I didn't realize this was an expectation 😅

jamesapyrich commented on issue yuriy/video-uploader#12 2024-01-13 02:17:30 +00:00
Video tags should not be split into separate tags by spaces

Some tags are created with spaces. These are currently being split into separate tags, but this can sometimes create duplicate tags, and often creates too many tags. Instead, we should…

jamesapyrich commented on issue yuriy/video-uploader#12 2024-01-13 02:17:21 +00:00
Video tags should not be split into separate tags by spaces

And I only changed the parsing for the video tags because the podcast tags weren't being split by spaces

jamesapyrich commented on issue yuriy/video-uploader#12 2024-01-13 02:16:45 +00:00
Video tags should not be split into separate tags by spaces

In your commit i see that you only chagned the parsing for the video tags. b0290eef6e

Also, are…

jamesapyrich opened issue yuriy/video-uploader#15 2024-01-11 17:26:25 +00:00
Video uploader is inconsistent if you change the image filename in the text box
jamesapyrich commented on issue yuriy/video-uploader#11 2024-01-08 19:44:50 +00:00
Brighteon does not accept video files with video bitrates below 300kbps

Aha! I see it now. So this did cause the Brighteon upload to fail, which is good. I'm not sure if that error message at the bottom goes away or not--regardless, here is the screen when the video…

jamesapyrich commented on issue yuriy/video-uploader#11 2024-01-06 22:04:30 +00:00
Brighteon does not accept video files with video bitrates below 300kbps

Or! Maybe it's checked by default, and just skipped during processing, and you output something to the error log. That probably works fine.

jamesapyrich commented on issue yuriy/video-uploader#11 2024-01-06 22:03:48 +00:00
Brighteon does not accept video files with video bitrates below 300kbps

As an aside, it would be good to indicate when you uncheck something because the source files are insufficient, either with some text, or coloring them red, maybe, or disabling the checkbox, so in…

jamesapyrich commented on issue yuriy/video-uploader#11 2024-01-06 22:01:53 +00:00
Brighteon does not accept video files with video bitrates below 300kbps

Looks like there is a library i can use to check for the bitrate: https://www.autohotkey.com/board/topic/13668-mediainfodll-calling-example/

@jamesapyrich what would you want done with…

jamesapyrich created pull request yuriy/video-uploader#14 2024-01-02 20:07:18 +00:00
WIP: #12, maybe also #13: change VideoTags parsing a bit to fix some minor issues with Brighteon
jamesapyrich pushed to videotags-updates at yuriy/video-uploader 2024-01-02 20:04:19 +00:00
6b9038b15a #12, maybe also #13: change VideoTags parsing a bit to fix some minor issues with Brighteon
jamesapyrich created branch videotags-updates in yuriy/video-uploader 2024-01-02 20:04:19 +00:00
jamesapyrich opened issue yuriy/social-media-poster#17 2024-01-02 19:35:42 +00:00
MeWe not checked by default
jamesapyrich pushed to main at yuriy/social-media-poster 2024-01-02 19:33:16 +00:00
982f857640 add newline after fdrpodcasts URL for post body
jamesapyrich commented on issue yuriy/social-media-poster#3 2024-01-02 19:20:17 +00:00
Posting Fails if there an emoji in Title or Body

I think I ran into this yesterday. Subscribestar failed to input the text, but I was able to paste from Windows normally. I didn't pay attention to posting so I only discovered the failed post…

jamesapyrich commented on issue yuriy/social-media-poster#4 2023-12-23 18:50:03 +00:00
Locals doesn't appear to work

Instead, what happens with the /share/post URL is that I get redirect and there's a "Retrieve Draft" message at the top of my screen. I don't recall seeing that in the automation browser, and…