MCPcopy Create free account

hub / github.com/Dusk-Labs/dim / functions

Functions773 in github.com/Dusk-Labs/dim

↓ 2 callersFunctionget_avc1_tag
(width: u64, height: u64, bitrate: u64, framerate: u64)
dim-core/src/streaming/mod.rs:106
↓ 2 callersFunctionget_conn
Function which returns a Result<T, E> where T is a new connection session or E is a connection error.
dim-database/src/lib.rs:62
↓ 2 callersMethodget_details
( &self, media_type: MediaSearchType, id: &str, )
dim-extern-api/src/tmdb/raw_client.rs:328
↓ 2 callersFunctionget_key
()
dim-auth/src/lib.rs:35
↓ 2 callersMethodget_meta
(&self, file: impl ToString)
dim-core/src/streaming/ffprobe.rs:141
↓ 2 callersMethodget_season_number
( &self, conn: &mut crate::Transaction<'_>, )
dim-database/src/episode.rs:211
↓ 2 callersFunctionget_subfiles
Function recursively walks the paths passed and returns all files in those directories. FIXME: THIS IS NOT ASYNC-SAFE!!! NOTE: I've noticed that walki
dim-core/src/scanner/mod.rs:61
↓ 2 callersMethodget_title
(&self)
dim-core/src/streaming/ffprobe.rs:73
↓ 2 callersFunctioninsert_into_queue
(poster: String, outfile: String, immediate: bool)
dim-core/src/fetcher.rs:24
↓ 2 callersFunctioninsert_many_mediafile
(conn: &mut crate::Transaction<'_>, n: usize)
dim-database/src/tests/mediafile_tests.rs:33
↓ 2 callersFunctioninsert_mediafile_with_mediaid
( conn: &mut crate::Transaction<'_>, media_id: i64, )
dim-database/src/tests/mediafile_tests.rs:18
↓ 2 callersFunctioninsert_mediafiles
( conn: &mut dim_database::DbConnection, library_id: i64, dirs: Vec<impl AsRef<Path> + Send + 'sta
dim-core/src/scanner/mod.rs:148
↓ 2 callersFunctioninternal_get_conn
()
dim-database/src/lib.rs:157
↓ 2 callersMethodinto_query_show
(self: Arc<Self>)
dim-extern-api/src/lib.rs:153
↓ 2 callersMethodinvalidate_token
( &self, conn: &mut crate::Transaction<'_>, )
dim-database/src/user.rs:465
↓ 2 callersMethodis_dir
Method indicates whether the current entry is a directory with the name `k`.
dim-core/src/tree.rs:134
↓ 2 callersMethodis_file
Method indicates whether the current entry is a file.
dim-core/src/tree.rs:142
↓ 2 callersMethodis_file
Method indicates whether the current entry is a file.
dim-web/src/tree.rs:142
↓ 2 callersMethodlazy_insert
Lazily inserts the media object passed in with the following behavior. If the media id exists in the database and has one child, the media id is reus
dim-database/src/media.rs:438
↓ 2 callersFunctionlevel_to_tag
(level: i64)
dim-core/src/streaming/mod.rs:101
↓ 2 callersFunctionmake_letterkenny
()
dim-extern-api/src/tmdb/mod.rs:74
↓ 2 callersMethodmatch_to_id
( &self, tx: &mut Transaction<'_>, provider: Arc<dyn ExternalQueryIntoShow>, w
dim-core/src/scanner/movie.rs:259
↓ 2 callersFunctionregister
(username, password, invite)
ui/src/actions/auth.js:97
↓ 2 callersMethodrollback_hook
(&self)
dim-core/src/reactor/mod.rs:125
↓ 2 callersFunctionsearch
( State(AppState { conn, .. }): State<AppState>, Query(search_args): Query<SearchArgs>, )
dim-web/src/routes/search.rs:54
↓ 2 callersMethodsearch_by_id
( &self, external_id: &str, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/metadata_provider.rs:314
↓ 2 callersFunctionsetGID
(gid)
ui/src/actions/video.js:12
↓ 2 callersMethodset_duration
(mut self, duration: Option<i32>)
dim-core/src/stream_tracking.rs:105
↓ 2 callersFunctionset_key_fallible
This function should only be called from tests
dim-auth/src/lib.rs:31
↓ 2 callersMethodset_lang
(mut self, lang: Option<String>)
dim-core/src/stream_tracking.rs:131
↓ 2 callersFunctionstart
( conn: &mut dim_database::DbConnection, library_id: i64, tx: EventTx, provider: Arc<dyn Exter
dim-core/src/scanner/mod.rs:290
↓ 2 callersFunctionstart_custom
( conn: &mut dim_database::DbConnection, library_id: i64, dirs: Vec<impl AsRef<Path> + Send + 'sta
dim-core/src/scanner/mod.rs:208
↓ 2 callersMethodstart_daemon
(&mut self)
dim-core/src/scanner/daemon.rs:74
↓ 2 callersFunctiontemp_dir_symlink
( files: impl Iterator<Item = impl AsRef<str>>, target_file: &'a str, )
dim-core/src/scanner/tests/mod.rs:35
↓ 2 callersFunctiontrackReducer
(state, action)
ui/src/reducers/video/track.js:3
↓ 2 callersFunctionupdateAuthToken
(token)
ui/src/actions/auth.js:90
↓ 2 callersMethodupdate_hook
(&self)
dim-core/src/reactor/mod.rs:97
↓ 1 callersFunctionauth_routes
(AppState { .. }: AppState)
dim-web/src/lib.rs:58
↓ 1 callersFunctionbanner_for_movie
( conn: &mut dim_database::Transaction<'_>, user: &User, media: &Media, )
dim-web/src/routes/dashboard.rs:41
↓ 1 callersFunctionbanner_for_show
( conn: &mut dim_database::Transaction<'_>, user: &User, media: &Media, )
dim-web/src/routes/dashboard.rs:87
↓ 1 callersMethodbind_all
(self, values: Vs)
dim-database/src/query_ext.rs:20
↓ 1 callersFunctionbootstrap
()
dim-core/benches/movie_scanner.rs:71
↓ 1 callersFunctioncalcNewSize
( currentWidth: number, currentHeight: number, newWidth?: number, newHeight?: number )
ui/src/Helpers/utils.ts:23
↓ 1 callersMethodcast
(&self, _: &str)
dim-extern-api/src/mock.rs:22
↓ 1 callersMethodcast
( &self, external_id: &str, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/metadata_provider.rs:348
↓ 1 callersFunctionchangeAvatar
(file)
ui/src/actions/user.js:101
↓ 1 callersFunctionchangePassword
(oldPassword, newPassword)
ui/src/actions/auth.js:138
↓ 1 callersFunctionchangeUsername
(user, newUsername)
ui/src/actions/user.js:57
↓ 1 callersFunctionclearVideoData
()
ui/src/actions/video.js:77
↓ 1 callersMethodcompile_av
(&self, w: &mut XmlWriter, start_num: u64)
dim-core/src/stream_tracking.rs:153
↓ 1 callersMethodcompile_only
( &self, gid: &Uuid, start_num: u64, _filter: Vec<String>, )
dim-core/src/stream_tracking.rs:332
↓ 1 callersMethodcompile_sub
(&self, w: &mut XmlWriter)
dim-core/src/stream_tracking.rs:216
↓ 1 callersFunctioncreateNewInvite
()
ui/src/actions/auth.js:248
↓ 1 callersFunctioncreate_audio
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:327
↓ 1 callersFunctioncreate_library
(conn: &mut dim_database::DbConnection)
dim-core/benches/movie_scanner.rs:88
↓ 1 callersFunctioncreate_subtitles
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:387
↓ 1 callersFunctioncreate_video
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:227
↓ 1 callersFunctiondelAccount
(password)
ui/src/actions/auth.js:180
↓ 1 callersFunctiondelAvatar
()
ui/src/actions/user.js:144
↓ 1 callersFunctiondelInvite
(inviteToken)
ui/src/actions/auth.js:290
↓ 1 callersFunctiondelLibrary
(id)
ui/src/actions/library.js:124
↓ 1 callersFunctiondelete_library
(conn: &mut dim_database::DbConnection, id: i64)
dim-core/benches/movie_scanner.rs:106
↓ 1 callersFunctionenumerate_directory
(path: T)
dim-web/src/routes/filebrowser.rs:41
↓ 1 callersMethodepisodes_by_id
( &self, external_id: &str, season_number: u64, )
dim-extern-api/src/tmdb/metadata_provider.rs:412
↓ 1 callersFunctionevent_repeater
( source: S, capacity: usize, )
dim-web/src/routes/websocket.rs:246
↓ 1 callersFunctionfetchLibraries
()
ui/src/actions/library.js:22
↓ 1 callersFunctionffcheck
ffcheck - Check if "ffmpeg" and "ffprobe" are accessable through `std::process::Command`. This will run `ffmpeg -version` and `ffprobe -version` and
dim-core/src/streaming/mod.rs:44
↓ 1 callersMethodfiles
Will return a mutable reference to a vec of entries. # Panics This method will panic if the current entry is not a directory.
dim-core/src/tree.rs:126
↓ 1 callersMethodfiles
Will return a mutable reference to a vec of entries. # Panics This method will panic if the current entry is not a directory.
dim-web/src/tree.rs:126
↓ 1 callersFunctionformatHHMMSSDate
(timestamp: number)
ui/src/Helpers/utils.ts:6
↓ 1 callersFunctionformat_path
Function formats the path where assets are stored.
dim-core/src/scanner/mod.rs:318
↓ 1 callersMethodgenerate_sids
(&self, gid: &Uuid)
dim-core/src/stream_tracking.rs:289
↓ 1 callersFunctiongenerate_tag
()
dim-core/benches/movie_scanner.rs:20
↓ 1 callersMethodgenre_list
( &self, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/raw_client.rs:293
↓ 1 callersMethodget_actor
( &self, media_type: MediaSearchType, id: &str, )
dim-extern-api/src/tmdb/raw_client.rs:342
↓ 1 callersMethodget_audio_lang
(&self)
dim-core/src/streaming/ffprobe.rs:185
↓ 1 callersMethodget_codec
(&self)
dim-core/src/streaming/ffprobe.rs:65
↓ 1 callersFunctionget_conn_file
(file: &str)
dim-database/src/lib.rs:177
↓ 1 callersFunctionget_conn_logged
()
dim-database/src/lib.rs:138
↓ 1 callersMethodget_container
(&self)
dim-core/src/streaming/ffprobe.rs:177
↓ 1 callersMethodget_episodes
( &self, id: &str, season_number: u64, )
dim-extern-api/src/tmdb/raw_client.rs:356
↓ 1 callersMethodget_height
(&self)
dim-core/src/streaming/ffprobe.rs:205
↓ 1 callersMethodget_ms
(&self)
dim-core/src/streaming/ffprobe.rs:243
↓ 1 callersMethodget_pass
Method gets users password from the table users based on the user # Arguments `conn` - DBTransaction
dim-database/src/user.rs:283
↓ 1 callersMethodget_prev_episode
Function will query for the episode after the episode passed in.
dim-database/src/episode.rs:260
↓ 1 callersMethodget_primary_channels
(&self)
dim-core/src/streaming/ffprobe.rs:181
↓ 1 callersMethodget_primary_codec
(&self, codec_type: &str)
dim-core/src/streaming/ffprobe.rs:235
↓ 1 callersFunctionget_qualities
(_height: u64, _bitrate: u64)
dim-core/src/streaming/mod.rs:68
↓ 1 callersMethodget_video_codec
(&self)
dim-core/src/streaming/ffprobe.rs:197
↓ 1 callersMethodget_video_lang
(&self)
dim-core/src/streaming/ffprobe.rs:189
↓ 1 callersMethodget_video_profile
(&self)
dim-core/src/streaming/ffprobe.rs:201
↓ 1 callersFunctionhandleWsDelLibrary
(id)
ui/src/actions/library.js:163
↓ 1 callersFunctionhandleWsNewLibrary
(id)
ui/src/actions/library.js:170
↓ 1 callersMethodhandle_assets
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:86
↓ 1 callersMethodhandle_create
(&mut self, path: PathBuf)
dim-core/src/scanner/daemon.rs:128
↓ 1 callersMethodhandle_library
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:41
↓ 1 callersMethodhandle_media
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:119
↓ 1 callersMethodhandle_remove
(&mut self, path: PathBuf)
dim-core/src/scanner/daemon.rs:169
↓ 1 callersMethodhandle_rename
(&mut self, from: PathBuf, to: PathBuf)
dim-core/src/scanner/daemon.rs:216
↓ 1 callersFunctionhandle_websocket_session
( sink: impl Sink<WsMessage, Error = WsMessageError> + Send + 'static, stream: impl Stream<Item = WsMe
dim-web/src/routes/websocket.rs:119
← previousnext →101–200 of 773, ranked by callers