motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.93k stars 653 forks source link

Sort cam order? #296

Open angusmedia opened 8 years ago

angusmedia commented 8 years ago

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.

chrisf4lc0n commented 7 years ago

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...

ioquatix commented 6 years ago

I too would like this feature.

harolds commented 6 years ago

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

hasselk commented 5 years ago

thanks harold thats a good point, but maybe this should be a feature in motioneye

  1. the possibility to rename/rearange the files/id and anything that belongs to it like the created folder in /var/lib/motioneye
  2. but even better would be the added possibility to rearrange cams while viewing and save that as a layout which can be reloaded

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"

harolds commented 5 years ago

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.

SteveRMann commented 4 years ago

A year later- no progress on this feature?

sticilface commented 4 years ago

I to would like this as my system evolves it is rather challenging to rearrange things

shaynethiessen commented 3 years ago

It would be nice if this was a feature :)