MCPcopy Create free account

hub / github.com/JustRoccat/rs-pug / functions

Functions271 in github.com/JustRoccat/rs-pug

↓ 1 callersMethodtry_start_mpris
(&mut self)
src/core.rs:386
↓ 1 callersMethodupdate_local_song
(&mut self, song: &crate::model::LocalSong)
src/db.rs:265
↓ 1 callersMethodupdate_paths
(&mut self, paths: HotReloadPaths)
src/main.rs:562
↓ 1 callersMethodvisible_section_ids
(&self)
src/model.rs:630
↓ 1 callersFunctionwait_for_mpv_socket
(socket: &str)
src/core.rs:502
↓ 1 callersFunctionwrite_local_tags
(song: &LocalSong)
src/core.rs:862
Methodcapture
(path: PathBuf)
src/main.rs:616
Methodchange_volume
( &mut self, delta: i8, tx: &mpsc::UnboundedSender<CoreEvent>, )
src/core.rs:328
Functioncollects_legacy_lines_as_text_items
()
src/plugins.rs:1305
Functioncollects_new_ui_hooks_when_flag_is_true
()
src/plugins.rs:1208
Functioncollects_ui_panels_from_lua_hook
()
src/plugins.rs:1039
Methodconfig_dir
()
src/storage.rs:36
Methoddefault
()
src/config.rs:12
Methoddefault
()
src/model.rs:208
Functiondefault_section_position
()
src/plugins.rs:266
Functiondefault_true
()
src/config.rs:297
Functioneq_preset_name
(app: &App, index: usize)
src/model.rs:284
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/db.rs:9
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/storage.rs:15
Functionformat_duration
(seconds: f64)
src/model.rs:660
Functionformat_time
(seconds: f64)
src/tui.rs:2135
Methodfrom
(arg: SourceArg)
src/cli.rs:19
Methodfrom
(ls: &LocalSong)
src/model.rs:124
Methodfrom_app
(app: &App)
src/plugins.rs:354
Methodfrom_runtime
( tab: Tab, active_plugin_tab: Option<String>, player_state: &str, volume: u8,
src/plugins.rs:315
Functionignores_new_ui_hooks_when_flag_is_false
()
src/plugins.rs:1085
Methodinit
()
src/storage.rs:21
Methodjson_path
(filename: &str)
src/storage.rs:47
Functionkey_dispatch_deserializes_ui_layout_patch
()
src/plugins.rs:1123
Functionkey_labels_include_case_alias_for_letters
()
src/ui_helpers.rs:393
Functionkey_span
(text: impl Into<String>, pal: &Palette)
src/tui.rs:1499
Methodload
(enabled: bool, configured_dir: &str, allow_lua_ui_changes: bool)
src/plugins.rs:386
Methodload_playlists
(&self)
src/storage.rs:136
Methodload_recently_played
(&self)
src/storage.rs:152
Functionmain
()
src/main.rs:67
Methodmigrate_from_json
( &mut self, local_library: Vec<crate::model::LocalSong>, playlists: Vec<crate::model:
src/db.rs:135
Methodmigrate_from_json
(db: &mut DbStorage)
src/storage.rs:53
Methodmigrate_last_scanned_dirs
(db: &mut DbStorage)
src/storage.rs:168
Methodnew
(config: &config::Config)
src/main.rs:542
Methodnew
(storage: crate::storage::Storage)
src/model.rs:407
Methodnew
(config: Config, plugins: Arc<Mutex<PluginManager>>)
src/core.rs:82
Methodopen
(path: PathBuf)
src/db.rs:15
Functionparse_command
(raw: &str)
src/core.rs:435
Functionperform_smart_queue
( current: Song, source: crate::config::SearchSource, cmd_tx: mpsc::UnboundedSender<CoreCmd>, )
src/core.rs:520
Methodplay
(&mut self, song: Song, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:277
Methodplugin_count
(&self)
src/plugins.rs:521
Methodpoll_playback_finished
( &mut self, tx: &mpsc::UnboundedSender<CoreEvent>, )
src/core.rs:364
Methodprev
(&self, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:304
Functionrecords_lua_load_and_hook_warnings
()
src/plugins.rs:1261
Methodsave_playlists
(&self, playlists: &[Playlist])
src/storage.rs:144
Methodsave_recently_played
(&self, songs: &[Song])
src/storage.rs:160
Functionsearch_albums
( limit: u8, query: String, source: crate::config::SearchSource, )
src/core.rs:596
Functionsearch_source_label
(source: &crate::config::SearchSource)
src/tui.rs:19
Methodseek_by
(&self, seconds: i32, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:350
Methodset_volume
(&mut self, value: u8, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:341
Methodtab_id
(tab: Tab)
src/plugins.rs:304
Functiontab_key_hint
(app: &App)
src/tui.rs:1494
Functiontest_empty_db_pagination
()
src/db.rs:603
Functiontest_pagination
()
src/db.rs:514
Functiontest_scan_local_library_deduplicates_symlinks
()
src/core.rs:825
Functiontest_scan_local_library_follows_symlinks
()
src/core.rs:792
Functiontheme_label
(theme: Theme)
src/tui.rs:2140
Methodtoggle_mute
(&mut self, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:357
Methodtoggle_pause
(&self, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:290
Methodtransform_search_query
(&self, query: String)
src/plugins.rs:552
Methodtransform_search_query
(&self, query: String)
src/core.rs:256
Methodtransform_search_results
(&self, songs: Vec<Song>)
src/plugins.rs:556
Methodtransform_search_results
(&self, songs: Vec<Song>)
src/core.rs:263
Methodtransform_song_start
(&self, song: Song)
src/plugins.rs:560
Functionui_update_accepts_layout_and_full_config_shapes
()
src/plugins.rs:1171
Methodupdate_local_song
(&self, song: &LocalSong)
src/storage.rs:120
← previous201–271 of 271, ranked by callers