MCPcopy Create free account

hub / github.com/timdubbins/tap / functions

Functions236 in github.com/timdubbins/tap

Methodrandom_album
Callback to select a random album.
src/player/player_view.rs:214
Methodrandomized
(current: Playlist, fdirs: &[FuzzyDir])
src/player/playlist.rs:138
Methodrandomized_track
(current: Playlist, fdirs: &[FuzzyDir])
src/player/playlist.rs:121
Methodremove_finder_view
(siv: &mut cursive::Cursive)
src/finder/finder_view.rs:377
Methodset_cache
(config: &Config)
src/cli/mod.rs:22
Methodsetup_input_thread
()
src/cli/player.rs:71
Methodshould_exit
(rx: &Receiver<bool>, len: usize)
src/cli/player.rs:90
Methodsome_randomized
(fdirs: &[FuzzyDir])
src/player/playlist.rs:111
Methodspawn_batch
(search_root: &PathBuf, fdir_rx: Receiver<FuzzyDir>, lib_tx: Sender<Self>)
src/finder/library.rs:219
Methodspawn_update_cache
( search_root: &PathBuf, fdir_rx: Receiver<FuzzyDir>, lib_tx: Sender<Self>, )
src/finder/library.rs:256
Methodstart
(msg: &'static str)
src/cli/logger.rs:15
Functiontest_automate_success
()
tests/tests.rs:37
Functiontest_default_is_not_set_error
()
tests/tests.rs:50
Functiontest_default_palette_uses_only_defined_names
()
src/config/theme.rs:212
Functiontest_empty_dir_error
()
tests/tests.rs:6
Functiontest_exclude_empty_dir
()
tests/tests.rs:79
Functiontest_exclude_empty_leaf_but_include_audio_parent
()
tests/tests.rs:92
Functiontest_exclude_non_audio_leaf_but_include_audio_parent
()
tests/tests.rs:105
Functiontest_find_audio_in_root_dir
()
tests/tests.rs:118
Functiontest_find_two_audio_dirs
()
tests/tests.rs:64
Functiontest_multiple_audio_files_success
()
tests/tests.rs:22
Functiontest_no_audio_error
()
tests/tests.rs:12
Functiontest_single_audio_dir
()
tests/tests.rs:133
Methodtrigger
()
src/player/help_view.rs:81
Methodtrigger
()
src/finder/error_view.rs:51
Methodtry_from
(fdir: FuzzyDir)
src/player/playlist.rs:164
Methodtry_from
(path: PathBuf)
src/finder/fuzzy_dir.rs:37
Methodtry_from
(value: String)
src/config/theme.rs:66
Methodtry_new
(playlist: Playlist)
src/cli/player.rs:34
Methodtry_new
(playlist: Playlist)
src/player/mod.rs:62
Methodtry_run
Runs an audio player in the command line without the TUI.
src/cli/player.rs:26
Methodtry_send_fdir
(entry: walkdir::DirEntry, tx: &Sender<FuzzyDir>)
src/finder/library.rs:202
Methodupdate_path
(path: &PathBuf)
src/config/file.rs:30
Methodvalidate_color
(name: &str)
src/config/theme.rs:35
Methodvalidate_format
Checks if the given file path has a valid audio file extension.
src/player/audio_file.rs:90
Methodwalk_entries
(root: &PathBuf)
src/finder/library.rs:198
← previous201–236 of 236, ranked by callers