Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
c3tracker:setup [2025/09/19 21:56] – [Worker Filter Examples] andi | c3tracker:setup [2025/10/01 08:49] (current) – kunsi | ||
---|---|---|---|
Line 23: | Line 23: | ||
Processing.Path.Outro | Processing.Path.Outro | ||
| | ||
- | Publishing.Upload.SkipSlaves | + | Publishing.Upload.SkipSlaves |
Publishing.UploadTarget | Publishing.UploadTarget | ||
Publishing.Tags | Publishing.Tags | ||
Line 44: | Line 44: | ||
=== Worker Filter Examples | === Worker Filter Examples | ||
+ | |||
+ | # get all non-master tickets | ||
EncodingProfile.IsMaster=no | EncodingProfile.IsMaster=no | ||
+ | | ||
+ | # get all master tickets | ||
EncodingProfile.IsMaster=yes | EncodingProfile.IsMaster=yes | ||
+ | | ||
+ | # get all recording tickets | ||
EncodingProfile.IsMaster= | EncodingProfile.IsMaster= | ||
+ | | ||
+ | # get all tickets in this room. | ||
Fahrplan.Room=Servus.at Lab | Fahrplan.Room=Servus.at Lab | ||
- | Please note that the conditions in the " | + | Please note that the conditions in the " |
Specifying a property with an empty value, which is often done for `EncodingProfile.IsMaster`, | Specifying a property with an empty value, which is often done for `EncodingProfile.IsMaster`, | ||
Line 127: | Line 134: | ||
After mounting, you can start the tracker encoding workers: | After mounting, you can start the tracker encoding workers: | ||
- | sudo systemctl start crs-encoding.service | + | sudo systemctl start crs-encoding0.service |
The virtual minion' | The virtual minion' |