cDima / Aerial

Aerial Apple TV screen saver for Windows
1.96k stars 180 forks source link

Allow cache location to be configurable #85

Closed mikegoodspeed closed 7 years ago

mikegoodspeed commented 7 years ago

My work has my C:\Users\ directory stored on the network and it's slow. I think this is causing the screensaver to be unusable. Could you allow specifying the cache location? I'm also looking into a way to hard link the Aerial directory to a local directory to fix the problem on my end.

cDima commented 7 years ago

@mikegoodspeed see the https://github.com/cDima/Aerial/blob/master/ScreenSaver/Caching.cs caching file that gives the path for saving the movies, in the first lines. Change that and recompile, and it'll be hard coded to some other non-network disk. I believe that's the only location for it.