QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: qbkiller101 on March 31, 2020, 09:18:44 am

Title: IDEAS
Post by: qbkiller101 on March 31, 2020, 09:18:44 am
I created this post so we can share ideas for qb64 programs and work on and develop together
Title: Re: IDEAS
Post by: qbkiller101 on March 31, 2020, 09:19:23 am
Please write any program ideas you have difficulty on creating or want to develop with others
Title: Re: IDEAS
Post by: CBTJD on March 31, 2020, 02:56:28 pm
I'm planning on digging into an automatic file renaming program that allows a torrent file to be dragged onto a dock or start bar icon to instantly rename the file by removing all unnecessary characters, standardizing television season and episode numbering, and looking up episode name to add. Later, I might add video conversion to HEVC mp4.

better.call.saul.S05E06.720p.WEB.H264.XLF.mkv
becomes...
Better Call Saul <s05e06> Wexler v. Goodman.mkv
Title: Re: IDEAS
Post by: SMcNeill on March 31, 2020, 03:33:42 pm
I'm planning on digging into an automatic file renaming program that allows a torrent file to be dragged onto a dock or start bar icon to instantly rename the file by removing all unnecessary characters, standardizing television season and episode numbering, and looking up episode name to add. Later, I might add video conversion to HEVC mp4.

better.call.saul.S05E06.720p.WEB.H264.XLF.mkv
becomes...
Better Call Saul <s05e06> Wexler v. Goodman.mkv

You might take a look at the topic here: https://qb64.freeforums.net/thread/18/hard-drive-folder-organization-tool

It basically does what you're seeking to do, but I wrote it primarily with my ebooks in mind for automatic name formatting in line of AUTHOR -- SERIES SERIES-NUMBER -- BOOK TITLE...

So my collection looks like:
J. R. R. Tolkien -- The Lord of the Rings 01 -- The Fellowship of the Ring.txt
J. R. R. Tolkien -- The Lord of the Rings 02 -- The Two Towers.txt

Makes it quick and simple to sort and track related series.  (Though in some cases, I rearrange the output order, like when multiple authors contribute to the same series, so the ordering is easier for me to track.) 

It may be a suitable place for you to start from with your project.  ;)

Title: Re: IDEAS
Post by: Petr on March 31, 2020, 04:28:57 pm
Does anyone know how to access the microphone for the QB64?
Title: Re: IDEAS
Post by: EricE on March 31, 2020, 07:24:05 pm
I liked the idea of writing an operating system in QB64 (QB64-DOS?).
But it would be a huge project.
Title: Re: IDEAS
Post by: CBTJD on March 31, 2020, 10:52:37 pm
You might take a look at the topic here: https://qb64.freeforums.net/thread/18/hard-drive-folder-organization-tool (https://qb64.freeforums.net/thread/18/hard-drive-folder-organization-tool)
Outstanding! Thank you.
Title: Re: IDEAS
Post by: qbkiller101 on April 01, 2020, 05:52:42 am
Quote
I liked the idea of writing an operating system in QB64 (QB64-DOS?).
But it would be a huge project.

I'm doing so
https://www.qb64.org/forum/index.php?topic=2393.0