[Ardour-Users] session-dir and session-name mismatch

Robin Gareus robin at gareus.org
Sun Dec 4 07:59:57 PST 2016


On 12/04/2016 03:58 PM, Mark Knoop wrote:
> Hi,
> 
> I'm getting this message in the session log:
> 
> ardour: [INFO]: session-dir and session-name mismatch.
> Please use 'Menu > Session > Rename' in the future to rename sessions.
> 
> It seems to not have any ill effects, but the strange thing is the
> session directory name and the session filename DO match exactly.

A terminology issue, I expect.

> 
> $ basename $(pwd) | sha1sum
> 39b4b7e9898edb7b44d837d0e345e434b20c56e1 -

That is the session-*name*.

The session is in an opaque bundle, the name of the bundle is the
session-name. On some systems that support it, this bundle-folder is
represented as file (think like a zip archive, the content is not
directly exposed)

> $ basename *ardour .ardour | sha1sum
> 39b4b7e9898edb7b44d837d0e345e434b20c56e1  -

That's just a snapshot (not the session-name). You can have multiple
.ardour session-file snapshots.


and I expect the session-dir in the bundle

   interchange/`basename $(pwd)`

does not exist.

HTH,
robin



More information about the Ardour-Users mailing list