Yuriy yuriy
  • Joined on 2023-12-09
yuriy closed issue yuriy/video-uploader#12 2024-01-13 03:04:22 +00:00
Video tags should not be split into separate tags by spaces
yuriy closed issue yuriy/video-uploader#13 2024-01-13 03:03:45 +00:00
Invalid tag chars should be removed from tags
yuriy commented on issue yuriy/video-uploader#13 2024-01-13 03:03:45 +00:00
Invalid tag chars should be removed from tags

Thanks for the commit, i slightly reworked it and expanded it to include podcasts: 0f679a0792

yuriy pushed to main at yuriy/video-uploader 2024-01-13 03:02:46 +00:00
0f679a0792 Reworked podcast tag parsing to be same as video tags, Added tag input limit to brighteon, small code cleanup
yuriy opened issue yuriy/video-uploader#16 2024-01-13 02:34:34 +00:00
Document Required/Optional Project files in readme
yuriy commented on issue yuriy/video-uploader#12 2024-01-13 02:21:36 +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

yuriy commented on issue yuriy/video-uploader#12 2024-01-13 02:15:27 +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 the video…

yuriy commented on issue yuriy/video-uploader#12 2024-01-13 01:57:16 +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 preserve…

yuriy pushed to main at yuriy/video-uploader 2024-01-13 01:52:30 +00:00
b0290eef6e #12, maybe also #13: change VideoTags parsing a bit to fix some minor issues with Brighteon
yuriy pushed to main at yuriy/video-uploader 2024-01-13 01:42:05 +00:00
678ba3d495 video thumbnail only pulled in from file if it exists in the file, otherwise pull first jpg/png in project directory
yuriy closed issue yuriy/video-uploader#15 2024-01-13 01:36:29 +00:00
Video uploader is inconsistent if you change the image filename in the text box
yuriy pushed to main at yuriy/video-uploader 2024-01-13 01:35:53 +00:00
1d926a91a7 video thumbnail saved between runs if it's modified
yuriy commented on issue yuriy/video-uploader#15 2024-01-13 01:32:28 +00:00
Video uploader is inconsistent if you change the image filename in the text box

When i first wrote the code Stef told me that 100% of the time that any jpg/png image that is in the project directory is the thumbnail, and there will always be just 1 image, so i never wrote any…

yuriy commented on issue yuriy/video-uploader#11 2024-01-06 21:56:35 +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 a video…

yuriy commented on issue yuriy/social-media-poster#4 2023-12-20 00:58:49 +00:00
Locals doesn't appear to work

Let me know if changing the user agent does anything

yuriy pushed to main at yuriy/video-uploader 2023-12-19 20:48:38 +00:00
9ec17b0ead moved version number to external file
yuriy pushed to main at yuriy/posters-shared-functions 2023-12-19 20:36:04 +00:00
e32fe026e9 made update chec failure silent instead of showing msgbox
yuriy closed issue yuriy/posters-shared-functions#1 2023-12-19 04:39:39 +00:00
Gitea Update API throws error msgbox if repo is not reachable