Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dusk-Labs/dim
/ functions
Functions
773 in github.com/Dusk-Labs/dim
⨍
Functions
773
◇
Types & classes
221
↓ 2 callers
Function
get_avc1_tag
(width: u64, height: u64, bitrate: u64, framerate: u64)
dim-core/src/streaming/mod.rs:106
↓ 2 callers
Function
get_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 callers
Method
get_details
( &self, media_type: MediaSearchType, id: &str, )
dim-extern-api/src/tmdb/raw_client.rs:328
↓ 2 callers
Function
get_key
()
dim-auth/src/lib.rs:35
↓ 2 callers
Method
get_meta
(&self, file: impl ToString)
dim-core/src/streaming/ffprobe.rs:141
↓ 2 callers
Method
get_season_number
( &self, conn: &mut crate::Transaction<'_>, )
dim-database/src/episode.rs:211
↓ 2 callers
Function
get_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 callers
Method
get_title
(&self)
dim-core/src/streaming/ffprobe.rs:73
↓ 2 callers
Function
insert_into_queue
(poster: String, outfile: String, immediate: bool)
dim-core/src/fetcher.rs:24
↓ 2 callers
Function
insert_many_mediafile
(conn: &mut crate::Transaction<'_>, n: usize)
dim-database/src/tests/mediafile_tests.rs:33
↓ 2 callers
Function
insert_mediafile_with_mediaid
( conn: &mut crate::Transaction<'_>, media_id: i64, )
dim-database/src/tests/mediafile_tests.rs:18
↓ 2 callers
Function
insert_mediafiles
( conn: &mut dim_database::DbConnection, library_id: i64, dirs: Vec<impl AsRef<Path> + Send + 'sta
dim-core/src/scanner/mod.rs:148
↓ 2 callers
Function
internal_get_conn
()
dim-database/src/lib.rs:157
↓ 2 callers
Method
into_query_show
(self: Arc<Self>)
dim-extern-api/src/lib.rs:153
↓ 2 callers
Method
invalidate_token
( &self, conn: &mut crate::Transaction<'_>, )
dim-database/src/user.rs:465
↓ 2 callers
Method
is_dir
Method indicates whether the current entry is a directory with the name `k`.
dim-core/src/tree.rs:134
↓ 2 callers
Method
is_file
Method indicates whether the current entry is a file.
dim-core/src/tree.rs:142
↓ 2 callers
Method
is_file
Method indicates whether the current entry is a file.
dim-web/src/tree.rs:142
↓ 2 callers
Method
lazy_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 callers
Function
level_to_tag
(level: i64)
dim-core/src/streaming/mod.rs:101
↓ 2 callers
Function
make_letterkenny
()
dim-extern-api/src/tmdb/mod.rs:74
↓ 2 callers
Method
match_to_id
( &self, tx: &mut Transaction<'_>, provider: Arc<dyn ExternalQueryIntoShow>, w
dim-core/src/scanner/movie.rs:259
↓ 2 callers
Function
register
(username, password, invite)
ui/src/actions/auth.js:97
↓ 2 callers
Method
rollback_hook
(&self)
dim-core/src/reactor/mod.rs:125
↓ 2 callers
Function
search
( State(AppState { conn, .. }): State<AppState>, Query(search_args): Query<SearchArgs>, )
dim-web/src/routes/search.rs:54
↓ 2 callers
Method
search_by_id
( &self, external_id: &str, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/metadata_provider.rs:314
↓ 2 callers
Function
setGID
(gid)
ui/src/actions/video.js:12
↓ 2 callers
Method
set_duration
(mut self, duration: Option<i32>)
dim-core/src/stream_tracking.rs:105
↓ 2 callers
Function
set_key_fallible
This function should only be called from tests
dim-auth/src/lib.rs:31
↓ 2 callers
Method
set_lang
(mut self, lang: Option<String>)
dim-core/src/stream_tracking.rs:131
↓ 2 callers
Function
start
( conn: &mut dim_database::DbConnection, library_id: i64, tx: EventTx, provider: Arc<dyn Exter
dim-core/src/scanner/mod.rs:290
↓ 2 callers
Function
start_custom
( conn: &mut dim_database::DbConnection, library_id: i64, dirs: Vec<impl AsRef<Path> + Send + 'sta
dim-core/src/scanner/mod.rs:208
↓ 2 callers
Method
start_daemon
(&mut self)
dim-core/src/scanner/daemon.rs:74
↓ 2 callers
Function
temp_dir_symlink
( files: impl Iterator<Item = impl AsRef<str>>, target_file: &'a str, )
dim-core/src/scanner/tests/mod.rs:35
↓ 2 callers
Function
trackReducer
(state, action)
ui/src/reducers/video/track.js:3
↓ 2 callers
Function
updateAuthToken
(token)
ui/src/actions/auth.js:90
↓ 2 callers
Method
update_hook
(&self)
dim-core/src/reactor/mod.rs:97
↓ 1 callers
Function
auth_routes
(AppState { .. }: AppState)
dim-web/src/lib.rs:58
↓ 1 callers
Function
banner_for_movie
( conn: &mut dim_database::Transaction<'_>, user: &User, media: &Media, )
dim-web/src/routes/dashboard.rs:41
↓ 1 callers
Function
banner_for_show
( conn: &mut dim_database::Transaction<'_>, user: &User, media: &Media, )
dim-web/src/routes/dashboard.rs:87
↓ 1 callers
Method
bind_all
(self, values: Vs)
dim-database/src/query_ext.rs:20
↓ 1 callers
Function
bootstrap
()
dim-core/benches/movie_scanner.rs:71
↓ 1 callers
Function
calcNewSize
( currentWidth: number, currentHeight: number, newWidth?: number, newHeight?: number )
ui/src/Helpers/utils.ts:23
↓ 1 callers
Method
cast
(&self, _: &str)
dim-extern-api/src/mock.rs:22
↓ 1 callers
Method
cast
( &self, external_id: &str, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/metadata_provider.rs:348
↓ 1 callers
Function
changeAvatar
(file)
ui/src/actions/user.js:101
↓ 1 callers
Function
changePassword
(oldPassword, newPassword)
ui/src/actions/auth.js:138
↓ 1 callers
Function
changeUsername
(user, newUsername)
ui/src/actions/user.js:57
↓ 1 callers
Function
clearVideoData
()
ui/src/actions/video.js:77
↓ 1 callers
Method
compile_av
(&self, w: &mut XmlWriter, start_num: u64)
dim-core/src/stream_tracking.rs:153
↓ 1 callers
Method
compile_only
( &self, gid: &Uuid, start_num: u64, _filter: Vec<String>, )
dim-core/src/stream_tracking.rs:332
↓ 1 callers
Method
compile_sub
(&self, w: &mut XmlWriter)
dim-core/src/stream_tracking.rs:216
↓ 1 callers
Function
createNewInvite
()
ui/src/actions/auth.js:248
↓ 1 callers
Function
create_audio
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:327
↓ 1 callers
Function
create_library
(conn: &mut dim_database::DbConnection)
dim-core/benches/movie_scanner.rs:88
↓ 1 callers
Function
create_subtitles
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:387
↓ 1 callers
Function
create_video
( info: &FFPStream, media: &MediaFile, stream_tracking: &StreamTracking, gid: &Uuid, state
dim-web/src/routes/stream.rs:227
↓ 1 callers
Function
delAccount
(password)
ui/src/actions/auth.js:180
↓ 1 callers
Function
delAvatar
()
ui/src/actions/user.js:144
↓ 1 callers
Function
delInvite
(inviteToken)
ui/src/actions/auth.js:290
↓ 1 callers
Function
delLibrary
(id)
ui/src/actions/library.js:124
↓ 1 callers
Function
delete_library
(conn: &mut dim_database::DbConnection, id: i64)
dim-core/benches/movie_scanner.rs:106
↓ 1 callers
Function
enumerate_directory
(path: T)
dim-web/src/routes/filebrowser.rs:41
↓ 1 callers
Method
episodes_by_id
( &self, external_id: &str, season_number: u64, )
dim-extern-api/src/tmdb/metadata_provider.rs:412
↓ 1 callers
Function
event_repeater
( source: S, capacity: usize, )
dim-web/src/routes/websocket.rs:246
↓ 1 callers
Function
fetchLibraries
()
ui/src/actions/library.js:22
↓ 1 callers
Function
ffcheck
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 callers
Method
files
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 callers
Method
files
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 callers
Function
formatHHMMSSDate
(timestamp: number)
ui/src/Helpers/utils.ts:6
↓ 1 callers
Function
format_path
Function formats the path where assets are stored.
dim-core/src/scanner/mod.rs:318
↓ 1 callers
Method
generate_sids
(&self, gid: &Uuid)
dim-core/src/stream_tracking.rs:289
↓ 1 callers
Function
generate_tag
()
dim-core/benches/movie_scanner.rs:20
↓ 1 callers
Method
genre_list
( &self, media_type: MediaSearchType, )
dim-extern-api/src/tmdb/raw_client.rs:293
↓ 1 callers
Method
get_actor
( &self, media_type: MediaSearchType, id: &str, )
dim-extern-api/src/tmdb/raw_client.rs:342
↓ 1 callers
Method
get_audio_lang
(&self)
dim-core/src/streaming/ffprobe.rs:185
↓ 1 callers
Method
get_codec
(&self)
dim-core/src/streaming/ffprobe.rs:65
↓ 1 callers
Function
get_conn_file
(file: &str)
dim-database/src/lib.rs:177
↓ 1 callers
Function
get_conn_logged
()
dim-database/src/lib.rs:138
↓ 1 callers
Method
get_container
(&self)
dim-core/src/streaming/ffprobe.rs:177
↓ 1 callers
Method
get_episodes
( &self, id: &str, season_number: u64, )
dim-extern-api/src/tmdb/raw_client.rs:356
↓ 1 callers
Method
get_height
(&self)
dim-core/src/streaming/ffprobe.rs:205
↓ 1 callers
Method
get_ms
(&self)
dim-core/src/streaming/ffprobe.rs:243
↓ 1 callers
Method
get_pass
Method gets users password from the table users based on the user # Arguments `conn` - DBTransaction
dim-database/src/user.rs:283
↓ 1 callers
Method
get_prev_episode
Function will query for the episode after the episode passed in.
dim-database/src/episode.rs:260
↓ 1 callers
Method
get_primary_channels
(&self)
dim-core/src/streaming/ffprobe.rs:181
↓ 1 callers
Method
get_primary_codec
(&self, codec_type: &str)
dim-core/src/streaming/ffprobe.rs:235
↓ 1 callers
Function
get_qualities
(_height: u64, _bitrate: u64)
dim-core/src/streaming/mod.rs:68
↓ 1 callers
Method
get_video_codec
(&self)
dim-core/src/streaming/ffprobe.rs:197
↓ 1 callers
Method
get_video_lang
(&self)
dim-core/src/streaming/ffprobe.rs:189
↓ 1 callers
Method
get_video_profile
(&self)
dim-core/src/streaming/ffprobe.rs:201
↓ 1 callers
Function
handleWsDelLibrary
(id)
ui/src/actions/library.js:163
↓ 1 callers
Function
handleWsNewLibrary
(id)
ui/src/actions/library.js:170
↓ 1 callers
Method
handle_assets
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:86
↓ 1 callers
Method
handle_create
(&mut self, path: PathBuf)
dim-core/src/scanner/daemon.rs:128
↓ 1 callers
Method
handle_library
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:41
↓ 1 callers
Method
handle_media
(&mut self, event: Event)
dim-core/src/reactor/handler/mod.rs:119
↓ 1 callers
Method
handle_remove
(&mut self, path: PathBuf)
dim-core/src/scanner/daemon.rs:169
↓ 1 callers
Method
handle_rename
(&mut self, from: PathBuf, to: PathBuf)
dim-core/src/scanner/daemon.rs:216
↓ 1 callers
Function
handle_websocket_session
( sink: impl Sink<WsMessage, Error = WsMessageError> + Send + 'static, stream: impl Stream<Item = WsMe
dim-web/src/routes/websocket.rs:119
← previous
next →
101–200 of 773, ranked by callers