topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday November 10, 2025, 12:54 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 20next
201
Post New Requests Here / Re: IDEA: M3U8 playlists
« Last post by oblivion on August 05, 2013, 04:09 PM »
I have updated to include dropping of folders (including sub-folders) and fixed the crashing bug.

http://cl.ly/083C1i3u2i0k

Thanks! That's pretty awesome :)

A couple of things, though: there should probably be some logic that prevents the same drive letter being mapped twice, to different things. (Maybe the available list of drives in the second box should exclude the current selection in the first box, and vice versa? Does that get painfully self-referential?) Also -- and this is probably unnecessary but I noticed it while testing -- the program clearly only makes a list of available drive letters at startup and any more that become available while the program's running don't get picked up.

In general, though: marvellous! Thanks! This will make an irritating job SO much easier!
202
Post New Requests Here / Re: IDEA: M3U8 playlists
« Last post by oblivion on August 05, 2013, 09:34 AM »
Ok. I'm on it... Here is a screen shot so far. :-)
That looks stunning already :)
203
Post New Requests Here / Re: IDEA: M3U8 playlists
« Last post by oblivion on August 05, 2013, 09:31 AM »
Let me see if I understand. You want a utility that you can drag and drop or select music from one (or both) of those drive letters and have it replace the letters with \MUSIC\ and \<microSD1>\ respectively and be able to randomize the list and save it as a file with .m3u8 extension <MyMix.m3u8>. Is that correct?
I never learned properly not to waffle. :) That sounds about right!

Oh, yes, it'll need to swap backslashes for forward slashes too.
204
Post New Requests Here / IDEA: M3U8 playlists
« Last post by oblivion on August 05, 2013, 05:43 AM »
I have an idea for a useful -- and hopefully not-too-complicated -- program.

I have a music player with an expansion slot. If I want to make a "mixtape-style" playlist, it's quite complicated if I want to incorporate music from the expansion slot as well as the internal memory.

If I make a list of files for a playlist while the player's plugged into my PC, the files will include drive letters that the player won't understand.

So I'd like a playlist maker that'll make playlists my player can interpret. To achieve that, it'll need to be able to be told which drive letters map to what folders and where the playlists need to be stored on the player. Ideally, it should either be able to handle drag-and-drop OR have a file browser that can read the music files' tags. (Or even both!)

It would also be nice if it could shuffle a playlist randomly. (For some reason, my text editors don't seem to understand why I might want to sort the lines in a textfile randomly!)

In case this hasn't made much sense, here's what my present workflow looks like:

1. Plug in MP3 player. The PC assigns it to drives F: and K:.

2. Browse files on player from a file manager, select single or multiple filenames, copy the full pathnames to the clipboard, paste them into a text editor. Repeat until all the required music has been identified and named in the textfile.

3. Use search and replace features in the text editor to replace F:\ with \MUSIC\ and K:\ with \<microSD1>\

4. Use search and replace again to replace all \ with / (this is a Rockboxed player and it uses unix-ish path conventions)

5. Tweak order of lines to reflect needs. (If I want random, though, I have to shuffle the playlist using the player itself!)

6. Save file to the Playlists folder on F: as (whatever).m3u8


For all I know, there are 101 things out there that do something like this. However, all I seem to be able to find are playlist makers that make playlists for the device they're being run from -- and as the battery life of my MP3 player is better than my netbook and it doesn't make such an unsightly bulge in my shirt pocket, something like this would be Really Useful. :)
205
Find And Run Robot / Re: Portable suggestion
« Last post by oblivion on July 31, 2013, 02:00 AM »
Don't know if it helps, but take a look at Horst Schaeffer's ShortExe:

Thanks -- one for the toolkit!

It's an interesting approach, but it's not a portablisation problem I have here: FARR already makes finding and running programs from portable media brilliantly easy. The issue is just, when you're configuring aliases (or shortcuts in LBC, as the logic's similar) the program defaults to using the drive letter instead of the completely available but apparently eminently forgettable %APPDRIVE% variable. So I was trying to suggest a tiny tweak whereby FARR / LBC could look to see if the drive letter and %APPDRIVE% match and, if they do, use the latter in the created shortcut / alias.

Just trying to save work for me and make some for mouser. Surely no harm in that, he whined, winningly. ;)
206
Find And Run Robot / Portable suggestion
« Last post by oblivion on July 30, 2013, 04:39 AM »
I was tweaking aliases in FARR when I thought of this but something similar might also be considered for LaunchBarCommander...

How about a tiny change to the logic that says, when you're adding an alias to a portable copy, via the “search for an executable” button, something like (very pseudo code)

if alias_executable_drive = %APPDRIVE% then replace alias_executable_drive with "%APPDRIVE%"

I get that there will be times when a hard-coded drive letter is a Good Thing, particularly when you’re running portably but expect to be able to find something on the host’s system, but I can’t think of a single instance where the drive letter of the portable device might need to be referred to explicitly rather than expanding the %APPDRIVE% variable instead. (Which might be a statement about my lack of imagination, I guess :) )

I'd also like to be able to ask FARR / LBC to search for all uses of a drive letter -- even if a search-and-replace option would be too much of a blunt instrument, a report I could work through just to make sure I hadn't missed anything stupid would be really useful :)

Partly, this is because I can go for several weeks without needing to remember how to refer to the drive letter variable and by the time I need it again, I’ve always forgotten it!
207
General Software Discussion / Re: The Non-Notepad(MS) Thread!
« Last post by oblivion on July 29, 2013, 04:17 AM »
Plain text files are tremendously useful... I never did understand why people felt they needed fancy word processors to keep notes and lists of stuff.
Probably because they like text enhancements and automatic formatting. But at the very least, something tiny that does richtext is good enough for most people’s needs most of the time, I’d have said.

But if you’ve been out and bought a PC with an evaluation copy of Office on it and you don’t understand that there are low-cost or free alternatives, you’re probably also not going to get (a) that you don’t need Word for a shopping list or, for that matter, (b) that emailing .docx files is Irritating, for all sorts of reasons.

Maybe I'm old fashioned, but I also use a text editor for composing email replies (I don't trust online editors).

It does require that you remember the syntax for text enhancements -- or not use them, of course. (Said the chap writing from inside Jarte :) )

And RJ TextEd is also worth a look.

Not one I’d come across. So I’ve downloaded the portable version.

HOW BIG??!!  :o

Nearly 100Mb once extracted from the (slightly less than half that) zipfile? Good grief. It’d better be good!

(There are times when I remember that the first PC I had regular use of had 640k RAM and a 20MB hard disk -- and that WordStar ran comfortably from a small fraction of that disk space :) Okay, okay, [/old fart mode] ;) )
208
General Software Discussion / Re: Vim 7.2 - Vista compatible!
« Last post by oblivion on July 23, 2013, 11:46 AM »
I'm a text editor junkie, I admit it. I've got probably a dozen lying around within easy distance and probably the same number in zipfiles just in case I find something they'd be ideal for.

An ex-colleague of mine (with a far more unix-y background than me), back in the 80s, used to swear by emacs and vi, but as my main experience of text editors at that time consisted of edlin and WordStar (in non-document mode, natch) and editors that had to be told how to edit seemed far too complicated for my simple needs, emacs scared the pants off me and vi just looked like you needed a degree in computer science even to think about it. An editor for nerds, I privately thought. (Said the man who, even now, will often knock up a quick batchfile using "copy con foobar.bat". I know. It's not big and it's not clever. But you can do it with nothing up your sleeves...)  ;)

So vim is vi with extra vim, right? But it's still a commandline editor? More in common with edlin than notepad++?

So -- and this is a genuine query, because I honestly can't give up looking for a better mousetrap -- why would I want vim? (Be warned, though: if your answer is something like "it's the best editor there is for supporting regular expressions", I'm not gonna bite -- I get the point of regular expressions, I just know mastering the syntax is never going to happen!)

209
General Software Discussion / Re: The Non-Notepad(MS) Thread!
« Last post by oblivion on July 22, 2013, 12:42 AM »
What about VIM? If you like FARR, try VIM.
It's not exactly small and simple... ;)
210
Thanks, mouser -- I also found some bits I'd missed that I enjoyed or found useful or both!
211
General Software Discussion / Re: The Non-Notepad(MS) Thread!
« Last post by oblivion on July 12, 2013, 07:09 AM »
For plaintext, I generally use Boxer -- partly because I won a DC drawing for a copy, but I've been aware of its reputation for general wonderfulness for years and years and years. I'm also quite fond of notepad++.

For richtext, I'm also very fond of Jarte. It's idiosyncratic but once you get used to the way they've implemented the interface -- particularly the clickless controls in Compact mode -- it's hard to give up on. Fast, effective and extremely solid, in my experience.

I try a lot of this sort of stuff out -- I spend a lot of time hammering my keyboard, one way or another -- and these three have floated to the top of my go-to list of things to use and pretty much stuck there. In case that's any sort of recommendation. :)

I’ve also recently discovered TextEditorAnywhere which rather nicely lets me use Jarte to type things like this. :)
212
Webcam Video Diary / Re: Recording and post-processing problems
« Last post by oblivion on July 04, 2013, 10:36 AM »
I have to say that I find getting the compression settings correct in any video recording program is a frustrating and confusing process, and Webcam Video Diary is no exception.

Okay, I'll continue to experiment and :read:

My lack of a systematic approach for this probably didn't help: I picked settings that I thought looked sensible, got results I didn't like, tried others, got worse, tried to go back to what I thought the previous settings were and got different results again and the more frustrated I got the less systematic I became -- particularly as I was up against a looming deadline, so there was a certain amount of panic involved too  :-[

I have a DivX codec installed -- I think it arrived when I got bought the first of the new Star Trek movies on a special-edition usb key -- and that was actually okay except the audio was slightly out of synch so I ditched that idea too and it was as if my system thought fine, chum, you don't want that I'm not going to give you anything else at all.

I have a tiny suspicion that rebooting between experiments might be necessary. That's more painful than I'd like, but I'll post any helpful results as and when.

It's also not a program that very many people use so it has some rough edges.
Really?  ;)
;D

I don't remember the context now but it's here because I had a problem to solve -- capturing a still from a usb webcam into ScreenShotCaptor was, I think, what I thought I ought to be able to do and couldn't -- and you suggested WVD yourself. So this is (a) your fault ;) and (b) definitely the first time I've tried to use it for actual moving video-and-audio. If I get it working, it'll definitely be useful while I do this MOOC, at any rate. If I don't, I'll probably have to rig up a camera and tripod instead. Which is probably going to use something nasty like Quicktime  and be a lot harder to physically manage :(

Thanks for the advice, anyway. I WILL crack this. :D
213
Webcam Video Diary / Recording and post-processing problems
« Last post by oblivion on July 04, 2013, 05:03 AM »
Having not used this for a while, I dusted it off yesterday for the first time in ages as  :-[ I've signed up for a MOOC in public speaking and need to be able to record and upload videos of me waxing lyrical to an imaginary audience.

My first attempt, I got a short way into a recording then my Win7 netbook started beeping at me, alarmingly. I stopped the recording and discovered that the minute or two I'd captured had created a 400Mb file. Oops, I thought, no compression.

So I picked a codec and tried again. One of the Intel ones. Results were stripy. Try again...

...and again...

...and again...

Look, I don't know anything about video recording and codecs and the like, but the more I try to more weird results I get. Including a saved video that claims to be 0 bytes but nevertheless has a shot of me reaching across to switch off recording.

The help file doesn't contain anything under most of the headings.

I'm quite sure it's me rather than the software but HELP! Is there a basic set of settings that are (a) pretty much guaranteed to exist on most PCs -- to save me listing all the codecs listed -- and (b) likely to work -- bearing in mind I have to upload to Youtube?
214
Living Room / Re: You like science fiction, don't you? Of course you do!
« Last post by oblivion on June 10, 2013, 09:45 AM »
^^ I don't recall reading anything by Iain Banks. He didn't have a very long innings, did he?
30 years?

His first novel, The Wasp Factory, was odd, affecting and unsettling: I remember the disconcerting feeling, after I'd finished it, that I'd never really been made to feel sympathy with a complete psycho before.

His SF output, written as Iain M Banks, started with Consider Phlebas and introduced The Culture, a system that housed most of his later SF. (Actually, Walking On Glass was sort of sf too, but I might be the only person in the world who liked it -- it's often forgotten.)

Non-SF novels included The Crow Road (which was televised) and Complicity (which was filmed).

I haven't read all his books, by quite a stretch, but I haven't read anything of his that I didn't like, at least to some extent. He often didn't create characters that were easy to sympathise with, or even like, but you couldn't complain about the quality of his creations, which were almost always stunning.

Oh, and you might remember the fuss about Feersumm Enjinn.

I think he grew in importance with every book, and as The Wasp Factory was pretty important from the get-go, I think he was a major loss.

The notice in The Scotsman might remind you of some things you've forgotten about him.
215
Living Room / Re: You like science fiction, don't you? Of course you do!
« Last post by oblivion on June 03, 2013, 04:59 AM »
This is another.    R.I.P. JV.      :Thmbsup:
Definitely one of the greats. :(
216
Living Room / Re: When you make your 100'th Post
« Last post by oblivion on May 24, 2013, 11:22 AM »
Now I am privileged.

Posted to me:

mouser31000.jpg

31,000. Wow.  :Thmbsup:
217
Screenshot Captor / Re: Portable mode
« Last post by oblivion on May 24, 2013, 11:14 AM »
In the portable mode try just setting screenshot directory to: Screenshots
That would work -- sorry, braindead Friday. :)
218
Screenshot Captor / Portable mode
« Last post by oblivion on May 24, 2013, 10:52 AM »
I bumped into a spot of weirdness earlier today.

I was running SSC from a thumbdrive, copied from another portable install. The latter is always G: so SSC gave me an error about not being able to find that drive to drop screenshots into. Recovered nicely: created a screenshots folder and suchlike and wrote the latter's address into the settings. Thing is, it set a drive letter on it. So I looked in the help for a useful current drive variable and didn't find anything, so I just deleted the E: and hoped that'd work.

I was documenting a delete and reinstall process at the time, and the final part of the delete process was a reboot.

On SSC's next start, it seemed to be looking at the correct folder, but it was empty. Odd. No matter; finish what I'm doing, worry about it later...

...so eventually, I'd discovered that the initial folder it had created was

E:\PortableApps\ScreenshotCaptor\Screenshots

and when I'd told it to use

\PortableApps\ScreenshotCaptor\Screenshots

it had created

E:\PortableApps\ScreenshotCaptor\PortableApps\ScreenshotCaptor\Screenshots

instead of continuing to use the initially-created folder.

So... dear mouser, please can I have some portable-friendly variables I can use in path specs in SSC configs, please? (Or if there are some already, can they please have a prominent bit of the Help file so I can find them when I need them?)

Er, and although I hate to bring this up, I found this in the help:

"Miscelaneous Tips and Tricks"

Should, of course, be "Miscellaneous" :)

219
*** Great News! XYplorer has agreed to extend this deal for another day - Enjoy! ***

Lifetime License and half the price at > http://www.bitsdujou...rer-lifetime-license

Looks like it's going for three days in a row, as it's still available today :)
220
Living Room / Re: When you make your 100'th Post
« Last post by oblivion on May 20, 2013, 09:14 AM »
Not an achievement, but still, 1962 is the year I'm born,
My birth year too. Which means I'm going to have to stop pretending to be older and more venerable than everyone else here. Hmf.

I CAN go on being grumpy, though, I think. I'll probably have to do a bit more of it if I'm going to reach a similar number of posts to yours. Congratulations -- and 1962 is 100 in base 196.2, of course.
221
LaunchBar Commander / Re: Show us your LaunchBar Commander Screenshots
« Last post by oblivion on May 15, 2013, 11:48 AM »
Nothing terribly clever going on here. The machine my portable HD spends most of its life attached to has its taskbar autohiding at the left edge (I like the extra space you get in the notification area in XP) and the LBC menu autohides at the bottom. I have many menus -- and submenus -- containing portable apps, the default control panel and start menu shortcuts bracket a menu that autostarts a dozen other programs [note to self: ask Mouser about maybe putting a configurable and interruptable delay on such things so I don't have to worry about hitting it by accident] and the "most used" list get icons on the main bar.

lbc capture.png

It's not pretty, it's functional. :)
222
LaunchBar Commander / Re: Importing and Exporting Configs for Manipulation
« Last post by oblivion on May 15, 2013, 04:38 AM »
A +1 from me for something like this. LBC is a massively useful way to keep track of my portable apps but when I set it up, I cleverly dragged and dropped and ordered and tweaked but never thought to replace the drive reference to %APPDRIVE%.

My main install of LBC on my portable hard disk has 286 nodes.  :o

Some of them are separators.  :)

Just not very many.  ;D

So I force my portable HD to be G: everywhere I use it. But I tell myself off every time I do it. :)

[edit]

And I've just realised, when I edit a node that only has a local reference to an icon (because it's a menu, say) changing the drive reference to %APPDRIVE% doesn't result in the "save changes" button becoming available unless some other change (to the comment, say) is made.
223
LaunchBar Commander / The spelling bee stings again :)
« Last post by oblivion on May 15, 2013, 04:29 AM »
So there I was, wanting to come here to check if there was a way to do something, used LBC's "visit forum" option in the Help menu only to discover that, apparently, this isn't a forum.

It's a "fourm".

Sorry, mouser. Trivial, I know. :)
224
regarding Speed Dial - maybe test "FVD Speed Dial with Full Online Sync":
https://addons.mozil...ddon/fvd-speed-dial/ ? I don't remember why I don't use it.
Nor do I. But I tried it a while back and there was something about it that made me want to switch back to the original Speed Dial. So I did. :)

Speed Dial does get occasional updates -- the last one was fairly recently -- and although FVD is definitely prettier, SD has all the functionality I need (and possibly more than FVD has?)
225
I have quite a lot of favourite extensions in common with various other suggestions posted here and I'm not going to list all of them because of the yawn factor. However, a couple of less common suggestions that I'd like to +1:

Possibly my favourite Firefox extension is Speed Dial. I don't do bookmarks, I do dials. I can categorise sets of places into dial "groups" and I really like the way this works.

I'm also extraordinarily fond of Newsfox. I've tried all sorts of RSS readers but this one just works for me, and I use it all the time. There are a couple of minor idiosyncrasies -- sorting is slightly counter-intuitive -- but I've stuck with it for some years now and it's yet to disappoint me.
Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 20next