fbafe75fae
- Add _compile_simple_mapping_rules() that generates four rule sets from mapping pairs - Each mapping uses UUID as unique mapping_id with special markers (__MAPPING__uuid__) - local_pre: local_path → mapping_id - remote_pre: cloud_path → mapping_id - local_post: mapping_id → local_path - remote_post: mapping_id → cloud_path - Add UUID validation to prevent injection attacks - Update sync_all_playlists() to detect and use SIMPLE mode Co-authored-by: Koha9 <36852125+Koha9@users.noreply.github.com>