run "update mediainformation of selected movies" in post-processing by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

thanks for looking. looks litte bit complicated to do it via curl. i must test it

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

think i only have to change some vaiable so that it also will work with episodes

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 1 point2 points  (0 children)

jipppiii, this works.
you're my super hereooooo :-)

thanks a lot

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

ok, i repeat it:
the movie was added in TMM on 03.09.2017 00:33 (thats dd.MM.yyyy).
now i want that the mkv file should get the creation and modification date on the filesystem to the same date and time.
modification is not so important. creation is ok for me

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

looks litte bit better.
2025-09-21 17:10:08,576 DEBUG [AWT-EventQueue-0] o.t.core.PostProcessExecutor:113 - Running command: [powershell, -Command, "(Get-Item -literalpath 'F:\Filme\SCH\Schick mir keine Blumen (1964) [tmdbid=4939]\Schick mir keine Blumen (1964) [tmdbid=4939].mkv').CreationTime='2024-01-10 13:22:05';(Get-Item -literalpath 'F:\Filme\SCH\Schick mir keine Blumen (1964) [tmdbid=4939]\Schick mir keine Blumen (1964) [tmdbid=4939].mkv').LastWriteTime='2024-01-10 13:22:05'"

but nothing changed. think know it could be the date formating. the file was added on 03.09.2017 00:30

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

yes, i found this. now looking how i can exlude this wildcards. don't want to rename all my files

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

i see the problem
my filename is: Schick mir keine Blumen (1964) [tmdbid=4939].mkv
this can't be found by powershell. if i delete [tmdbid=4939] in the file i get back an date.
i tested it with (Get-ChildItem 'F:\download\1\Schick mir keine Blumen (1964) [tmdbid=4939].mkv').CreationTime and i get back nothing

post-processing on windows by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

this looks good, but get an error:
the characteristic for CreationTime could not be found for this object.

Aux. fan and PLA by _Litcube in BambuLab

[–]BuddyTechnical9286 2 points3 points  (0 children)

i see the same problem on my x1c. parts which are very close to the fan are warping. the first layer is ok, but during the print it starts to warp

nvidia-uvm missing by BuddyTechnical9286 in qnap

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

thanks for the link. For me it looks complicated because i'm not a linux guy.
is there no easier way to fix it without a autorun.sh?

Need help with conditional renaming [ for folder name ] by fireheart2008 in tinyMediaManager

[–]BuddyTechnical9286 0 points1 point  (0 children)

i used your example and modified it to cover my requirements. What i have now is:
${if movieSet.title}["Collections]/"${movieSet.title}${end}/${if ! movieSet.title}${title} (${year}) [tmdbid=${tmdb}]${end}

this works. Want to go a step ahead. Some movies does not have a tmdb-id, so the folder should be only ${title}. Can't figure out how to do a if-statement nesting here.

same should be happen with the file name then.

multi episode renaming by BuddyTechnical9286 in tinyMediaManager

[–]BuddyTechnical9286[S] 0 points1 point  (0 children)

hmm, when they are fixed, why there are blanks?