Author Topic: IDEAS  (Read 3512 times)

0 Members and 1 Guest are viewing this topic.

Offline qbkiller101

  • Newbie
  • Posts: 73
    • View Profile
IDEAS
« 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

Offline qbkiller101

  • Newbie
  • Posts: 73
    • View Profile
Re: IDEAS
« Reply #1 on: March 31, 2020, 09:19:23 am »
Please write any program ideas you have difficulty on creating or want to develop with others

Offline CBTJD

  • Newbie
  • Posts: 60
  • You're only as old as you feel. ...I'm screwed.
    • View Profile
Re: IDEAS
« Reply #2 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
CBTJD: Coding BASIC Takes Judicious Dedication

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: IDEAS
« Reply #3 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.  ;)

https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: IDEAS
« Reply #4 on: March 31, 2020, 04:28:57 pm »
Does anyone know how to access the microphone for the QB64?

Offline EricE

  • Forum Regular
  • Posts: 114
    • View Profile
Re: IDEAS
« Reply #5 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.

Offline CBTJD

  • Newbie
  • Posts: 60
  • You're only as old as you feel. ...I'm screwed.
    • View Profile
Re: IDEAS
« Reply #6 on: March 31, 2020, 10:52:37 pm »
CBTJD: Coding BASIC Takes Judicious Dedication

Offline qbkiller101

  • Newbie
  • Posts: 73
    • View Profile
Re: IDEAS
« Reply #7 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