It would be nice to be able to sort the order of the cams. I always have to erase all cams and readd them in the right order wether I want a special cam to be first.
No you don't, just find the locations of thread-*.conf files and change numbers to the order you want them to be visible in MotionEye.
1st camera thread-1.conf
2nd camera thread-2.conf
etc...
I too would like this feature.
Yep rearranging is possible by first stopping both motioneye and motion:
sudo service motioneye stop
sudo service motion stop
Then rename the files:
mv thread-1.conf backup.conf
mv thread-5.conf thread-1.conf
mv backup.conf thread-5.conf
And restart everything:
sudo service motioneye start
sudo service motion start
thanks harold thats a good point, but maybe this should be a feature in motioneye
especialy after i´ve done that manual aproach and now motioneye is giving me en error if i want to change anything to a renamed cam "An error occurred. Refreshing is recommended"
Your second point should be the easiest to implement. Could even be stored in a cookie. Or/and stored with an account.
Groeten,
Harold.
Op 21 apr. 2019 om 16:08 heeft hasselk notifications@github.com het volgende geschreven:
thanks harold thats a good point, but maybe this should be a feature in motioneye
the possibility to rename/rearange the files/id and anything that belongs to it like the created folder in /var/lib/motioneye
but even better would be the added possibility to rearrange cams while viewing and save that as a layout which can be reloaded
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
A year later- no progress on this feature?
I to would like this as my system evolves it is rather challenging to rearrange things
It would be nice if this was a feature :)
Most helpful comment
Your second point should be the easiest to implement. Could even be stored in a cookie. Or/and stored with an account.
Groeten,
Harold.