def current_user = ref "" end def authorize (user, password) = ....[сut] cu = get_process_output("getusername.py #{password}") current_user := cu ....[сut] end def live_tag (j) rewrite_metadata([ ("artist", !current_user), ], update=false, strip=true, j) end