(tl;dr : How would you deal with emtpy-room recordings when shifting dates on a per-subject basis in a large dataset?)
It just occurred to me that with a large MEG dataset, having all the empty room recordings under a single emptyroom subject may lead to complications when date shifting. The rationale was to be able to match subjects with the closest empty room session by date. But with a per-subject date shifting scheme, the recommended empty-room session naming as dates can become confusing and can also lead to "collisions" (two separate sessions being shifted to the same date). 
So I was wondering what others thought about this issue and how to deal with it.
In my present case, we have hundreds of subjects, some with multiple sessions. Even with a non-random date shifting approach, say increment the resulting shifted date by 1 day for each subject (sub-1 = Jan 1st, sub-2 = Jan 2nd, etc), I would end up with unwanted collisions on subsequent sessions - and we need to keep the relative session dates intact.  
So I have to deviate from the recommendation, and I'm not sure what's the best approach. Some ideas I had:
1. Add the time to the empty-room sessions (ses-yyyyMMDDThhmm).
2. Use a single fixed dataset-wide date shift. Not as "secure".
3. Move the empty-room recordings to the subject folders. 
I like 3 in the case where there's a 1-to-1 correspondence between subject sessions and empty-room recordings.  It's simple and makes sense even with date shifting.  If there isn't an empty-room on each day however, then the "date as session id" rationale breaks down with per-subject shifting.  It becomes complicated and requires duplication if we want to maintain the relative dates between subject and empty-room.  So this basically makes it again 1-to-1 and might as well just put them in the subject folders... Otherwise it's rather messy and we have to rely entirely on the AssociatedEmptyRoom field of each subject's MEG recordings anyway.  
Sorry for the long post.  A lot of this was possibly discussed when creating MEG-BIDS, but I didn't really find much on the topic.  Looking forward to ideas and comments.
Cheers,
Marc