Ejemplo n.º 1
0
 def setup_all():
     _.new_name = 'leño'
     _.playlist_name = 'playlist'
     _.existing_name = 'roña'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     create_playlist(_.mountpoint_path, _.playlist_name)
     create_playlist(_.mountpoint_path, _.existing_name)
Ejemplo n.º 2
0
 def setup_all():
     _.new_name = 'leño'
     _.playlist_name = 'playlist'
     _.existing_name = 'roña'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     create_playlist(_.mountpoint_path, _.playlist_name)
     create_playlist(_.mountpoint_path, _.existing_name)
Ejemplo n.º 3
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Ejemplo n.º 4
0
 def setup_all():
     _.playlist_name = 'playlist'
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Ejemplo n.º 5
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
Ejemplo n.º 6
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     populate_ipod(_.mountpoint_path, _.songs)
     _.execution = _.env.run(*_.cmd + ['pull'])
Ejemplo n.º 7
0
 def setup_all():
     update_environment(_)
     bootstrap_ipod(_.mountpoint_path)
     populate_ipod(_.mountpoint_path, _.songs)
     _.execution = _.env.run(*_.cmd + ['pull'])