Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.checkmate > #651434
| Subject | Re: π³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβπ |
|---|---|
| Newsgroups | alt.checkmate, comp.os.linux.advocacy |
| References | <=3D?U=3D?UTF-8?Q?T?=3DF-8?Q?=3DF0=3D9F=3D8C=3DBA?=3DEHldZ9HpUdpEUP0@51.113.125.34=3D?U=3D?UTF-8?Q?T?=3DF-8?Q?=3DF0=3D9F=3D8C=3DBA?=3D> <pan$58ed9$1fd4d476$43f15230$7425ac8b@linux.rocks> <=3D?U=3D?UTF-8?Q?T?=3DF-8?Q?=3DF0=3D9F=3D8C=3DBA?=3D3DyRXulNotz5Km$@206.31.26.25=3D?U=3D?UTF-8?Q?T?=3DF-8?Q?=3DF0=3D9F=3D8C=3DBA?=3D> |
| From | % <pursent100@gmail.com> |
| Date | 2024-12-26 11:41 -0700 |
| Message-ID | <G6udnXYeSL7LPvD6nZ2dnZfqn_SdnZ2d@giganews.com> (permalink) |
Cross-posted to 2 groups.
πππ»πΊπΉπ»ππ·πΊπ Jen πππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ wrote: > On Thu, 26 Dec 2024 09:43:18 +0000, LO AND BEHOLD; Farley Flud > <ff@linux.rocks> determined that the following was of great importance > to Farley Flud <ff@linux.rocks> and subsequently decided to freely share > it with us in <pan$58ed9$1fd4d476$43f15230$7425ac8b@linux.rocks>: > > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= On Wed, 25 Dec 2024 23:57:08 +0000, > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»π > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= π·πΊπ Dershmender > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ· > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= πΊπ wrote: > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= I started it I few weeks back, and now have written a PHP library to > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= read and write TOC files for CD_DA format and a wrapper script to rip a > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= cd with command line flags for which device to use and what directory > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= to rip to, etc. For writing CDs, I have a similar wrapper script that > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= has switches for device and TOC filename to use for writing the CD. > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= Great to hear! > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= GNU/Linux is all about DIY and it offers many tools for many jobs. > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= I've used cdparanoia/cdda2wav to rip many CDs that were borrowed from > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= public libraries. Many of the CDs were horribly abused but > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= cdparanoia/cdda2wav ripped them all without problem. > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= You may want to consider using Tcl/Tk to produce a simple GUI wrapper. > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= Cdda2wav contains a huge amount of processing options and a GUI layout > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= would make selecting options much easier than having to scroll through > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= the lengthy man page. > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?= > > A utility wrapper script shouldn't need a man page cluttering up the place. The applications being used for "heavy lifting" have man pages. A utility wrapper should have "Usage:" information shown with the -h or --help command line flags, IMO, which is what my script will have once I add the "final touches". > > If I want to put a CD in my CD drive and type "rip_cd" and hit enter and then go do whatever I want to, why would I need or want to interact with a GUI? I sure as fuck would not use tcl for any GUI that I would want others to want to use. I'd use GTK+ so it wouldn't look/feel like a broken-down old relic unless I was trying to run it on a 386. > > The CDDB portion of the cdrdao wav extraction process is already annoying me because it stops to ask for input when it finds the disc in the database, and so I still have to see if I can bypass that with a cdrdao cmd line flag or just pipe the char "1" to the process so that it gets grabbed from the buffer and the first selection is always chosen. > > I wrote it in BASH and PHP-cli. I've always felt that the effectiveness and utility of a cross-platform scripting language like PHP is/has been massively under-looked. PHP-Gtk has been around for a long time and is pretty cool. I've used it to make a Windows GUI for a repetitive task that was prone to user error when making deliverable archives of data before they finally settled on a commercial LIMS product. > > Perhaps I'll eventually get around to using some of the code I've written for this PHP usenet client that I wrote to make an open-source GUI client that can handle UTF-8 properly without falling apart and maybe it'll kick-start people to create some other new clients instead of so many people using old broken clients that I am fairly certain have security "features", having not been maintained for 25 years. > why would anyone care if you did
Back to alt.checkmate | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
I'm almost finished with my command-line cdrdao frontend πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ <root@127.0.0.1> - 2024-12-25 23:57 +0000
Re: I'm almost finished with my command-line cdrdao frontend Farley Flud <ff@linux.rocks> - 2024-12-26 09:43 +0000
Re: π³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβπ πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ <root@127.0.0.1> - 2024-12-26 18:30 +0000
Re: π³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβπ % <pursent100@gmail.com> - 2024-12-26 11:41 -0700
Re: π³οΈβππ³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβππ³οΈβπ πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ <root@127.0.0.1> - 2024-12-27 00:27 +0000
Re: π³οΈβππ³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβππ³οΈβπ Peter Steele <snakesbloodpussycat@yahoo.com> - 2024-12-26 20:58 -0600
Re: π³οΈβπRe: π³οΈβππ³οΈβπI'm almost finished with my command-line cdrdao frontendπ³οΈβππ³οΈβππ³οΈβπ πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ <root@127.0.0.1> - 2024-12-27 03:02 +0000
Re: ????????I'm almost finished with my command-line cdrdao frontend???????? Joel <joelcrump@gmail.com> - 2024-12-26 22:07 -0500
Re: π³οΈβπ????????I'm almost finished with my command-line cdrdao frontend????????π³οΈβπ πππ»πΊπΉπ»ππ·πΊπJenπππ»πΊπΉπ»ππ·πΊπ Dershmender ππ»πΊπΉπ»ππ·πΊπΆη¬πππ»πΊπΉπ»ππ·πΊπ <root@127.0.0.1> - 2024-12-27 03:50 +0000
Re: π³οΈβπ????????I'm almost finished with my command-line cdrdao frontend????????π³οΈβπ % <pursent100@gmail.com> - 2024-12-27 08:01 -0700
Re: ????????I'm almost finished with my command-line cdrdao frontend???????? Skeeter <skeeterweed@photonmail.com> - 2024-12-27 05:10 -0700
Re: I'm almost finished with my command-line cdrdao frontend Peter Steele <snakesbloodpussycat@yahoo.com> - 2024-12-26 05:44 -0600
csiph-web