Skip to content

Allow select temporary directory for pipe#755

Open
dob46 wants to merge 1 commit into
nilaoda:mainfrom
dob46:main
Open

Allow select temporary directory for pipe#755
dob46 wants to merge 1 commit into
nilaoda:mainfrom
dob46:main

Conversation

@dob46

@dob46 dob46 commented Nov 29, 2025

Copy link
Copy Markdown

This change allow to select in which directory pipe is created ( in my case I use this to delete all files after forcefully closing )

@dob46 dob46 closed this Dec 2, 2025
@dob46 dob46 reopened this Dec 25, 2025

var path = Path.Combine(Path.GetTempPath(), pipeName);

var prepath = OtherUtil.GetEnvironmentVariable("RE_LIVE_PIPE_TMP_DIR", Path.GetTempPath());

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the string to src/N_m3u8DL-RE/Config/EnvConfigKey.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants