You are here

File Associations and Formats in the PortableApps.com Platform

92 posts / 0 new
Last post
John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
File Associations and Formats in the PortableApps.com Platform

As we're debuting the PortableApps.com Format 3.0 which will include the specs for file formats, I wanted to get other folks' thoughts on what filetypes we should include icons for and information on within the platform by default. These will be icons included with the platform and the associated file formats that will use them by default. For apps that wish to define additional file types, they can define a new one (example: .newfile) in their appinfo.ini and associate it with one of the built in file types, with their app's icon, or they can include a custom icon within the app itself (details coming shortly).

This topic, though, is about the base set of file types which each have a unique icon and the pre-defined file extensions that will be associated. Currently, the list is:

  • archive: 7z, bzip2, cab, gz, gzip, rar, tar, zip, wim, xz, z
  • audio: aac, aif, iff, flac, m3u, m3u8, m4a, mid, midi, mp3, mpa, ogg, pls, ra, wav, wv
  • calendar: ical, icalendar, ics, ifb, vcs
  • chart: (no defaults)
  • code: ada, ads, adb, asm, asp, aspx, au3, bas, c, cmake, h, hpp, hxx, cpp, cc, cs, css, d, diff, patch, es, iss, java, js, jsp, lua, m, mak, nsi, nsh, pas, inc, pl, pm, plx, php, php3, phtml, pro, ps1, py, pyw, r, rb, rbw, rc, sql, vb, vbs, xml, xsml, xsl, xsd, wsdl
  • contact: vcard, vcf
  • database: db, odb, sqlite
  • diskimage: cue, img, iso
  • drawing: ai, eps, odg, otp, sda, sdd, sgv, std, svg, svgz, sxd
  • document: abw, djvu, doc, docm, docx, dotx, dotm, fodt, odt, ott, pdf, rtf, stw, sxw, uot, ps
  • ebook: azw, cbr, cbz, epub, lrf, lrx, lit, mobi
  • font: fnt, otf, ttf
  • image: ani, bmp, cur, ico, jpg, jpeg, gif, pcx, png, psd, tif, tiff, xcf
  • java: jar
  • presentation: odp, otp, sxi, sti, sxd, pps, ppsx, ppt, pptm, pptx, pot, sdd, sdp
  • spreadsheet: ods, ots, sxc, stc, xls, xlc, xlm, xlw, xlk, sdc, csv, xlsx, xlsm
  • text: cfg, inf, ini, log, nfo, txt, text
  • torrent: torrent
  • video: 3gp, asf, avi, flv, mp4, m4v, mpe, mpeg, mpg, mkv, mov, ogm, qt, rm, rmvb, webm, wmv
  • webpage: html, htm, mht, mhtml, shtml, xhtml, xhtm, xht

*lnk (that link to websites) and url files would be 'webpages' as well and handled by the default browser. Apps that handle the http protocol will be treated as possible browsers, though we are debating adding a webbrowser setting to [Associations] as the OS handles is specially. Thoughts on this are welcome as well.

So, I'd like some thoughts on this list. Anything you think is unnecessary. Anything you think we should add. Thanks in advance!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
music

mp3, ogg, wav, etc?

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
audio

It's under audio

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
sorry

remove that guess I needed to think in broader terms
Maybe I too tired lol sorry

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 2 hours 23 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Programming file types like

Programming file types like php, js, c, cpp, h for development apps?

Or would these be better associated by individual apps?

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Ah, I forgot about that line. It's been added.

Sometimes, the impossible can become possible, if you're awesome!

carterrk
Offline
Last seen: 10 years 7 months ago
Joined: 2009-03-29 11:46
And .pas?

John, you're a Delphi coder! Why are we leaving .pas off the list?

Rick Carter

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
pascal is in there already

pascal is in there already

your friendly neighbourhood moderator Zach Thibeau

portpete
Offline
Last seen: 1 year 11 months ago
Joined: 2010-09-12 05:42
Leave it to the apps and use a searcheable list

It is best to leave the icon and all associations to the applications themselves. They already register what they can open and have icons. PortableApps only needs a way that I can manage what apps get to open what extensions. This is needed in the case of multiple apps being able to open the same extensions.

The categories are a nice thing but would fail for custom file types.
What we need is just a searchable list of file types with it's associated PortableApp. (For a good example, see Firefox>Options>Applications.)

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Not Quite

These icons won't be used exactly as you're expecting. Sometimes they will be associated before you have picked which app you want to open with, which means it shouldn't use any custom icons from a given app. And we can't base this on what the apps themselves register as they only support registering directly (not via the portable version).

We're not yet talking about how the platform will display these, though. This topic is just to ensure we're not missing anything popular/common.

Sometimes, the impossible can become possible, if you're awesome!

CODYQX4
Offline
Last seen: 4 years 4 months ago
Joined: 2010-04-23 20:39
How about .torrent since you

How about .torrent since you have 2 Bittorrent clients as official apps?

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Forgot about torrent

Sometimes, the impossible can become possible, if you're awesome!

Craig.Prichard
Offline
Last seen: 11 years 6 months ago
Joined: 2005-12-09 11:52
text

ini

Signature automatically removed for containing links

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Added ini and inf

Sometimes, the impossible can become possible, if you're awesome!

Craig.Prichard
Offline
Last seen: 11 years 6 months ago
Joined: 2005-12-09 11:52
document

docm

Signature automatically removed for containing links

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Added the macro-enabled versions of doc, xls and ppt.

Sometimes, the impossible can become possible, if you're awesome!

solanus
solanus's picture
Offline
Last seen: 9 years 6 months ago
Joined: 2006-01-21 19:12
Just leave the icon of associated app

I agree with portpete in that we don't need 15 new icons. If I associate the "audio" category with Audacity Portable, I want all those file types to display the Audacity icon, so I know what app it will open with.
Maybe if you want to indicate a category that hasn't yet been associated with any app you could have a special "unassociated" icon.

Also, LibreOffice files are a little different; while lots of other file types are opened by a lot of different apps, .od* files are generally best opened by LibreOffice or OpenOffice - so I wouldn't lump my .odg files with my .svg files, nor would I use the same app to open .odt, .abw, and .pdf files.

I made this half-pony, half-monkey monster to please you.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Bad Form

An app using it's own icon for a filetype is bad form. The icon is supposed to represent the type of file it is, not the app that opens it. And these will be independent of the apps. The idea is to avoid having to have 100 icons within LibreOffice for associations and similar custom icons for every single app. There's also the fact that many apps have awful icons included (see 7-Zip). And this will also allow us to have some other features.

For folks who want a custom icon, they can still select one, of course.

Sometimes, the impossible can become possible, if you're awesome!

solanus
solanus's picture
Offline
Last seen: 9 years 6 months ago
Joined: 2006-01-21 19:12
It's already a mixed bag in Windows

Windows has special icons for system files, mp3s, etc; image files that are associated with Picture Viewer vary by extension (bmp, jpg, and png are all different); LO files use the 8 icons they have for each component of LO (Writer, Calc, Draw, etc); Adobe and GIMP use their recognizable icons.
Maybe it is bad form, but personally I like the practicality and functionality of knowing at a glance which app will open when I double-click on a file.

I made this half-pony, half-monkey monster to please you.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Customize

You're welcome to customize it that way if you'd like. It's going to be tweakable. But it is impractical for our purposes.

Sometimes, the impossible can become possible, if you're awesome!

JWesselX
Offline
Last seen: 11 years 5 months ago
Joined: 2007-03-06 12:02
Presentation/Document/Spreadsheet

What about the new Office formats: xlsx, docx, pptx, etc

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Already There

They're already there, though I had forgotten to list pptx.

Sometimes, the impossible can become possible, if you're awesome!

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
My thoughts

Possibly uncommon filetypes:

  • archive: wim, z
  • audio: mpa, ra
  • document, presentation, spreadsheet: StarOffice filetypes
  • video: mpe

Additional filetypes:

  • text: md, mdown, rst
  • video: webm, m4v

Misc:

  • code: ps belongs to document, tex to text, kml is application-specific

Previously known as kAlug.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Common and Uncommon

I added webm and m4v. Switched ps to document. And removed tex as it's pretty specialized (and nothing we do supports it yet).

I don't think md or mdown is common enough to include and it doesn't even have an official file format and is pretty specialized (it was created in 2004 and I don't think it ever caught on). Even if we did include it, as a markup language, it would be better suited to code. Same thoughts on rst. Your thoughts?

Sometimes, the impossible can become possible, if you're awesome!

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
ps1 is code

You moved both ps and ps1. PS1 is PowerShell code.

Previously known as kAlug.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed

Fixed, any thoughts on the rest?

Sometimes, the impossible can become possible, if you're awesome!

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
No

I just think we don't really need that .z in the archive section.
And:

  • The topic title says "assocation"
  • webpage is formatted differently from the others
  • The site needs a revision system (like the dev tests list). It would be specially useful for the PAF page.

Previously known as kAlug.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed

I fixed the issues.

The whole site has revisions, but I only add them where we need em. I suppose adding them to the PAF page would make sense.

Sometimes, the impossible can become possible, if you're awesome!

Steve_Storm
Offline
Last seen: 11 months 3 weeks ago
Joined: 2008-01-23 17:05
.mab files

Dunno if it should be included but how about .mab (Mozilla uses it for its address books). I was also going to suggest .wab files but that can be converted into a .csv file for import into Thunderbird.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Associations

It does, but it exports them as other formats. So, it's really more of an internal format.

Sometimes, the impossible can become possible, if you're awesome!

Steve_Storm
Offline
Last seen: 11 months 3 weeks ago
Joined: 2008-01-23 17:05
I would add .vw

I would add .vw (WavPack) to the audio files section. AFAIK both XMPlay and VLC (and a few others) support it. Also it's open source. Smile

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Good call, I'd forgotten about WavPack.

Sometimes, the impossible can become possible, if you're awesome!

RogerL
Offline
Last seen: 1 month 1 week ago
Joined: 2007-03-14 09:17
text

log

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Ah

Yes, that would apply to a few apps. Added log.

Sometimes, the impossible can become possible, if you're awesome!

Rapscallion
Offline
Last seen: 3 years 3 months ago
Joined: 2008-11-18 16:19
What about...

The following I found at fileinfo.com. I think I got everything applicable.

Executable
.bat DOS Batch File
.wsf Windows Script File

CAD
.dwg AutoCAD Drawing Database File
.dxf Drawing Exchange Format File

Web
.aspx Active Server Page Extended File
.css Cascading Style Sheet
.rss Rich Site Summary

Font
.fon Generic Font File

Setting
.cfg Configuration File

Compression
.sit StuffIt Archive
.sitx StuffIt X Archive
.tar.gz Compressed Tarball File
.zipx Extended Zip File

EDIT: Wikipedia has a pretty exhaustive list here.

It amazes me that on the internet you can be anything you want, and yet so many people still choose to be idiots.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Common

CSS and ASPX I forgot to add. CFG and GZ I just added.

We're just sticking with common stuff. fon isn't common. RSS files aren't common. We don't have anything that supports zipx and it seems an unpopular proprietary format. Stuffit seems mac-only, less popular now and we have nothing that supports it.

As for bat and wsf, I was thinking of leaving them off as it would prevent users from running them.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
I agree

JOhn I would prefer to have bat left off as I like to choose whether to run or edit lol

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

cbj0129
Offline
Last seen: 3 years 2 months ago
Joined: 2006-04-03 21:59
RAW image files

NEF - for Nikon raw
not sure what all the rest are

Clair

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Common and Support

As I don't think anything we have supports it and RAW is uncommon, I'd like to leave it off. If we add a RAW processor later, it can have custom icons.

Sometimes, the impossible can become possible, if you're awesome!

cbj0129
Offline
Last seen: 3 years 2 months ago
Joined: 2006-04-03 21:59
Image viewers

I think some of the image viewers support RAW. BTW, it's only rare to people who own cameras that don't support it. To those of us who have the capability it's absolutely common and necessary.

Clair

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Common

Common means overall. Most people shoot pics with their phones now. A large percentage still use cameras. Of those, only a small percentage support RAW. Of those, not all of them even use it.

It's not a judgement of how important it is, but how common overall. And just because something isn't included in the common set doesn't mean it won't be supported. XnView supports 400 image formats (including Nikon RAW) but we're not gonna build all those into the platform itself. We'll let the app tell the platform about them if you use IrfanView.

Sometimes, the impossible can become possible, if you're awesome!

cbj0129
Offline
Last seen: 3 years 2 months ago
Joined: 2006-04-03 21:59
I don't like being a PIA, but

The same thing can be said about quite a few of the file formats already on the list. You own it, so be it.

Clair

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
DjVu

In the ebook list.

Previously known as kAlug.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Document

DjVu is analogous to PDF. ebooks come in both formats, but neither format is exclusively for ebooks. It's actually more common for stuff that isn't ebooks to be in both formats. So I added it to documents.

Sometimes, the impossible can become possible, if you're awesome!

SakiTC
SakiTC's picture
Offline
Last seen: 2 years 8 months ago
Joined: 2008-06-13 02:05
kar

Although MIDI-Karaoke is an unofficial extension to MIDI format, anything that plays/reads .mid files will also play/read .kar files (including e.g. MuseScore Portable). I think this might be a good enough reason to add it.

No typin th las lette ca sav yo plent o spac

CODYQX4
Offline
Last seen: 4 years 4 months ago
Joined: 2010-04-23 20:39
How about .iso, img, cue.

How about .iso, img, cue. Infrarecorder supports these, and I think 7-Zip can open all of them?

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I've been debating those as I already have an optical disk icon ready. But as optical is dying, I was unsure whether to include it. I spose it makes sense for now.

Sometimes, the impossible can become possible, if you're awesome!

Ed_P
Offline
Last seen: 5 years 6 months ago
Joined: 2007-02-19 09:09
.ISO files are definitely alive and well

People who copy DVDs to their notebook's hdd copy them as .iso files and play them with apps such as Portable SMPlayer.

People using multi-boot USB drives use GRUB4DOS and .iso files of Linux, Windows Rescue, and other systems.

Ed

Dartmoor
Offline
Last seen: 12 years 1 week ago
Joined: 2012-04-06 17:34
Code and some compiler files

m - Matlab script files
bas - Exported Macros from MS Office

Some extensions I use that are maybe too specific:
hex, map - Compiler output data
arxml - automotive xml files

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I added m and bas as those will be appropriate for us at some point. The other 3 seem a bit too specific.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
Not sure

but chm and associated help type files?

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

MichaelDW
Offline
Last seen: 6 years 6 months ago
Joined: 2011-01-05 11:50
MAFF and MHT

MAFF belongs to the Mozilla Archive Format.
And MHT is the IE arc format.

The only caveat is that to fully enable in Firefox,
you need to install Mozilla's plugin https://addons.mozilla.org/en-US/firefox/addon/mozilla-archive-format/

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Local

Those are best handled by the system which has a built-in chm and hlp handler.

Sometimes, the impossible can become possible, if you're awesome!

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 2 hours 23 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
What about AV playlist formats

m3u, wmp etc.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
m3u

m3u is already in there. does anyone use wmp?

Sometimes, the impossible can become possible, if you're awesome!

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 2 hours 23 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Not sure as far as apps here,

Not sure as far as apps here, but Windows Media Center does...

depp.jones
Offline
Last seen: 23 hours 40 min ago
DeveloperTranslator
Joined: 2010-06-05 17:19
And m3u8 for people who use

And m3u8 for people who use UTF-8 playlists. I don't know if any player here supports them, though...

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I've added m3u8 to the list, too

Sometimes, the impossible can become possible, if you're awesome!

GJansen
Offline
Last seen: 11 years 5 months ago
Joined: 2011-03-06 09:14
KeePass

KeePass uses .kdbx to store the keys. So maybe under database?

and how about .reg? Or do you want to leave them to the system?

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
App specific

.kdbx is not a generic file format; it is KeePass specific and so should be defined in KeePass Portable.

As for .reg, we certainly shouldn't go touching them.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

GJansen
Offline
Last seen: 11 years 5 months ago
Joined: 2011-03-06 09:14
Confused

I don't get the difference between the KeePass specific file format and the Auto Hot Key file format. While .AHK is added, .kdbx is not.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Multiple Apps

We have multiple apps that will handle ahk files (several text editors as well as Auto Hot Key Portable itself which will be coming). We only have one app that does kdb and kdbx, KeePass (technically, right now, we have no official apps that handle kdbx as it is only compatible with the .NET version of KeePass). As such, it's file format will be defined internally in the app and not generally by the platform.

Once again, just because a file format is not in the list does NOT mean it is not supported. It just means it will be defined by a given app not by the platform.

Sometimes, the impossible can become possible, if you're awesome!

GJansen
Offline
Last seen: 11 years 5 months ago
Joined: 2011-03-06 09:14
Thanks

Ok, thanks for the reply.

rj10328
rj10328's picture
Offline
Last seen: 5 years 5 months ago
Joined: 2011-06-10 17:13
if you want to be specific

.swf

Steve_Storm
Offline
Last seen: 11 months 3 weeks ago
Joined: 2008-01-23 17:05
.ani .cur

John, what are your thoughts on possibly adding .ani & .cur to the list? AniFXPortable can open/edit both of those.

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
Both are already listed under

Both are already listed under images.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I added them after the suggestion but forgot to comment.

Sometimes, the impossible can become possible, if you're awesome!

NathanJ79
NathanJ79's picture
Offline
Last seen: 4 years 2 months ago
Joined: 2007-07-31 15:07
.mogg

.mogg under audio -- Multitrack Ogg Vorbis

I don't know if you can come by .mogg's outside of professional music authoring, legally, though. Audacity is, AFAIK, the only PortableApps app that will open it. REAPER is more commonly used. The .mogg files you're most likely to find around the public Internet are Rockband files extracted from, I think, the PlayStation 2 version. In theory they would let you listen to individual tracks of a song on their own or create your own custom mix. Hypothetically, that is... But maybe there are legit ones out there?

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Unsure

While Audacity can open them, it doesn't associate itself with them. It only associates with AUP files.

Sometimes, the impossible can become possible, if you're awesome!

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
autohotkey scripting ahk

autohotkey scripting ahk

your friendly neighbourhood moderator Zach Thibeau

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

As we use it a bit, I've added AHK

Sometimes, the impossible can become possible, if you're awesome!

ZephyrRiley
Offline
Last seen: 11 years 11 months ago
Joined: 2007-11-19 21:00
Protocols etc.

Though they may not need icons, it would be nice for the PA menu system to designate protocol handlers in a similar manner to file format handlers.

  • protocols: http, https, ftp, sftp, ftps, telnet, ssh, file (web links to local files), mailto, irc, and any other protocol or psudo-protocol that may be found in a URL

It could be useful to have this done as a centralized control by the PA menu system rather than in each browser because, not only might users have multiple browsers, URLs may also be encountered in non-web documents, such as PDF and word processor files, or even in a .url or .lnk file. I realize this may need to be implemented differently than the "Portable File Associator" method for file formats. But, then again, maybe it can already handle those; I haven't worked with Portable File Associator in a long time.

Also, it might be good to inlcude a handler for shortcuts.

  • file manager: url, lnk

This way the portablized file manager could handle launching which ever app is called for. On that note, can PA menu have a "bookmarks" menu, possibly populated by URLs and paths found in url and lnk files in a bookmarks folder or by URLs and paths found in a bookmarks file such as can be exported from Firefox? The targets selected could then be handled by which ever program was appropriate. A recent files or web history menu could be handled the same way, but now I supposed I have ventured squarely off topic and in to feature request / feature creap territory.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
It Does

It does handle protocols. But protocols don't use icons. Thus, there are no defaults. Specifically from the PortableApps.com Format - AppInfo.ini section:

Protocols (optional) is a comma-delimited list of protocols that the app is capable of handling. Examples include http, mailto, torrent, etc.

ProtocolCommandLine (optional) is a command line parameter which should be passed to the AppNamePortable.exe launcher in order for the app to properly open a protocol. The %1 indicates the point at which the file, URL or string will be passed.

ProtocolCommandLine-protocol (optional) is a command line parameter which should be passed to the AppNamePortable.exe launcher in order for the app to properly open a specific protocol with 'protocol' being the given protocol to open (Example: ProtocolCommandLine-http= or ProtocolCommandLine-torrent=). The %1 indicates the point at which the file, URL or string will be passed. The ProtocolCommandLine-protocol is only necessary when a given app has a different command line for different protocols and will override the standard ProtocolCommandLine for the protocol indicated. For most apps, this is unnecessary and should be omitted.

Sometimes, the impossible can become possible, if you're awesome!

ZephyrRiley
Offline
Last seen: 11 years 11 months ago
Joined: 2007-11-19 21:00
Shortcuts: URL & LNK?

Thanks, that's good to know.

What about the .url and .lnk shortcut file extensions suggestion?

  • file manager: url, lnk

OR

  • shortcut: url, lnk

Now I'm thinking listing them in a shortcut group might be better than in a file manager group.

They could have their own icon (either a different icon for each extension, or one "shortcut" icon they both share), or use the icon of what they point to, or have an icon modifier added to the icon of what they point to, like windows shortcut icons do.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Differences

I think .lnk files are handled by the OS itself and, when they contain a web link, open in the default browser (as set by the default browser setting, which is separate from http, html or lnk settings). They have their own icons associated, which is usually the icon of the thing they link to (like an app).

.url files, on the other hand, are their own thing and consist of a simple INI file internally with a link and possibly a custom icon. I'm not sure offhand where they get their icon, but I'd wager it is the same as the .lnk files.

At the moment, I was planning on determining whether a given app is a browser based on http handling and then letting it show as a possible default browser for the OS (and hence handling lnks and urls). The icon used would be the webpage icon as well. Does that make sense?

Sometimes, the impossible can become possible, if you're awesome!

ZephyrRiley
Offline
Last seen: 11 years 11 months ago
Joined: 2007-11-19 21:00
.es
  • code: es

ECMAScript, is (almost) the same a JavaScript, and anything that can interpret JavaScript should be able to do the same for an ECMAScript file. You may even want to use the same icon as a js file, or the same shape with a different color, or a similar shape with the same color scheme.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I've added es to the list

Sometimes, the impossible can become possible, if you're awesome!

Bennieboj
Bennieboj's picture
Offline
Last seen: 4 years 9 months ago
Joined: 2010-09-16 07:28
under presentation...

there's ppt and pptx, but not pps and ppsx, aint those usefull?
I know you can just rename them, but aint that a little unpractical?

Yes, I set the working directory!

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Forgot about slideshows. Added.

Sometimes, the impossible can become possible, if you're awesome!

scriptdaemon
Offline
Last seen: 4 years 4 months ago
Developer
Joined: 2008-10-10 17:40
Another for Prolog.

SWI-Prolog also appears to support *.pro

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

I've added .pro to the list

Sometimes, the impossible can become possible, if you're awesome!

scriptdaemon
Offline
Last seen: 4 years 4 months ago
Developer
Joined: 2008-10-10 17:40
rc?

I just thought of .rc, as (wx)Dev-C++ uses it as a compiler resource file (and I think Borland does too). Would that fit under code?

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Added

Yes indeed. rc added

Sometimes, the impossible can become possible, if you're awesome!

SES21
Offline
Last seen: 2 months 2 weeks ago
Joined: 2009-12-26 00:12
Mindmap?

.mm maybe? I thought I saw some mind-mapping app(s) in the dev lists & Freeplane already has a "portable" version available.

What about that new Opus audio codec standard that's in the works? I think FF 15 just added support for it. Does it have file formats associated? Then they may become more common.

I know you don't comment on when something is releasing but...

Do you think built-in file associations are coming RSN or do you suggest I start using one of the stand-alone apps? If the latter, which would you recommend? I remember seeing PFA, eXpresso & Cafe mentioned on here. I don't want to waste time setting one up if the platform is close - I've done without it this long so I could still go without a while longer if you're within, say, a month or 2 out. Otherwise, tell me which to use. See? I don't even want to waste the time to research which of those to use!

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 17 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Too Specific

mm is too specific and won't be used by most folks, so it's best if the mind mapping apps specifically define it.

I don't estimate dates anymore.

Sometimes, the impossible can become possible, if you're awesome!

SES21
Offline
Last seen: 2 months 2 weeks ago
Joined: 2009-12-26 00:12
I know you don't; that's why

I know you don't; that's why I only asked for something rough so I'd know whether to bother with one of the others instead of waiting on the integrated version. Assuming I do decide to go ahead with a stand-alone one, which of the portable file association apps would you recommend? Thanks!

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
personal preference

It's your personal preference which one you use. I used to use PFA, but switched to Expresso. Cafe is what Expresso is based off of.

djnavas
Offline
Last seen: 2 months 6 days ago
Joined: 2008-01-30 17:27
Markdown

Markdown (*.md, *.mkd and others *.markdown), is a marks language to write with plain text, process it with Pandoc or MultiMarkDown and convert it to a pletora of other formats, like LaTeX, ConTeXt, HTML, odt and fodt, etc.

This could be included with the group text.

Also, from the unix world, there are many files without last name. Shall be read as read-only text or binary?

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Nope

See here.

Previously known as kAlug.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
just thought of one, it's not

just thought of one, it's not as common and 7zip uses the algorithm BUT some projects use this compression method called .lzma more specifically .tar.lzma

your friendly neighbourhood moderator Zach Thibeau

Aluísio A. S. G.
Offline
Last seen: 7 years 9 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Not sure if relevant

as LZMA has been superseded by XZ.

Previously known as kAlug.

Pages

Log in or register to post comments